Support for sread command

Hello,
VHDL-2008 supports a new read function in the textio package which isn't recognized by the parser yet:

procedure sread ( L: inout line; value : out string; strlen: out natural);

There is also an alias to sread called string_read

We ship Sigasi HDT with the

We ship Sigasi HDT with the VHDL-93 standard libraries. You can unmap the libraries that we ship and provide your own VHDL-2008 libraries instead. documentation on library mapping

Let me know if you need some extra help with this.

Hi Philippe, I've followed

Hi Philippe,

I've followed your suggestion and added external libraries from my ModelSim vhdl_src directory. But for example file_open is not declared in ModelSim's standard.vhd file. So I've tried to add ModelSim's std directory as well as Sigasi's files for the standard library to my library. Which re

I'm a little bit confused about the functions with "-- implicitly declared" comments in your standard.vhd file. Do I understand it correctly that those functions don't have to be declared in the standard package but they are considered to be available implicitly? If so, is there a possibility to apply this behavior in Sigasi? In my case when I import a standard.vhd file without those functions declared that Sigasi knows by it self that those functions always exist.

The only way I got the it working without errors was to mix ModelSim's standard.vhd with Sigasi's standard.vhd (taking all the lines with the comment "-- implicitly declared" and saving it to a new file. I've attached a screenshot with my current library configuration.
Dialog for configuring librariesDialog for configuring libraries

Post new comment

The content of this field is kept private and will not be shown publicly.
By submitting this form, you accept the Mollom privacy policy.