VHDL-LS / rust_hdl

Other
334 stars 65 forks source link

Enable arrays of views #326

Closed Schottkyc137 closed 1 month ago

Schottkyc137 commented 2 months ago

Closes #325

Now analyses arrays of views, i.e.,

some_interface: view (some_view) of some_array_type

correctly. This also handles the special case where no array is given, i.e.,

some_interface: view (some_view)