Feature request: Supporting constraints files
I use Sigasi also to modify the Xilinx constraints files because the Vivado editor is crap. It would be really nice to have some more features than just plain editing. I miss the support of TODO and...
View ArticleAllow selectively ignoring rule checking
I have a quartus project I have imported to Sigasi which includes some auto-generated Altera Qsys files. Sigasi generates quite a few warning messages about the auto-generated code. It would be nice to...
View Article"WHEN" statement format style
Hi, in a WHEN statement I usually use this formatdata_out <= data_1 WHEN readw = one else data_2 WHEN readw = two else data_3 WHEN readw = tree else (others => '0');Is there an option to tell the...
View ArticleFeature request : check size of vectors when possible
In many cases, signals assigned to port maps or to other signals are ordinary std_logic_vectors or other simple arrays.Sigasi knows the type of these signals, since it is displayed in a tooltip when...
View ArticleFeature request : repeating comment lines
When writing large comment blocks, it would be convenient if Sigasi put the "--" (or "--!" for Doxygen comments) automatically in the beginning of the line. Way of working would be as follows :User...
View ArticleAuto-formatter operation
If you have code like this:architecture a1 of reformatTest isbeginwhen test_sig <='0'when rising_edge(tx_clk);endarchitecture a1; (Note the when is an incomplete statement, I was in the middle of...
View ArticleSetting Sigasi Preferences Using INI Files
I have been able to maintain most of my preferences with INI files fed to Sigasi as command line options, as follows:sigasi --launcher.ini sigasi.iniwhere the last line of the sigasi.ini file is, as...
View Articleresolve calculations with real datatype
Hi there,is it possible to resolve calculations with real datatypes in sigasi?Minimum example:libraryIEEE;useIEEE.STD_LOGIC_1164.all;use work.math_pkg.all;package test_pkg isconstant test :real:=1.0 /...
View ArticleArch Linux Licensing Issues
I am having issues making the license work on an Arch Linux x86-64 installation.The only error message that I get is this:!ENTRY org.apache.log4j 2020140327 09:47:56.938 !MESSAGE...
View ArticleBUG: Entity instantiation with auto-complete
Hi I use the auto-complete feature to instantiate components. I start always with a "ent" and hit CTRL + space. Sigasi then offers me to instantiate one of the components in my libraries. If I choose...
View Article* ISim: Failed to link the desing, WIN 8.1 32Bit
I can't simulate my design. My friends are using the 64Bit Version. On their PCs It works after the update, but my PC is just a 32 Bit. What can I do that it works?
View ArticleSuggestion : comment directives to ignore errors/warnings
Sometimes there's a compiler warning that we know is allright. It'd be nice if we could indicate that this is OK, so that the file isn't flagged with a warning (or error) icon any more.In C-lint, you...
View ArticleSigasi Premium features
I'm testing the premium version of Sigasi and it looks very promising.read more
View ArticleBug / missing feature: Refactoring function parameters
Hello,when defining a function in the package head and implementating them in the package body, it is not possible to refactor the function parameter names. Refactoring the function name works well,...
View ArticleUsing $ String in Templates
Hi there,I'm writing new vhdl templates for my company. Since we're using subversion, we like to use svn keywords to automatically include several information like "LastChangedDate". This works fine...
View ArticleHow to port appearance settings to another sigasi installiation?
Dear Sigasi users,I set a color scheme for Sigasi. That is the one I would like to use at work at home at everywhere. I can't find an option for save it. If I copy the whole sigasi software with the...
View ArticleVHDM-AMS release for Sigasi
do you intend to provide a Sigasi release taking into account VHDL-AMS standard ?and if yes, when do you think that it could be available ?thank you by advance for your answer.
View ArticleCould not find declaration corresponding to ...
I'm using IP-Cores from the FPGA vendor (Lattice) and already included a 'black box library' for the usage of its components. Unfortunately I still get error messages e.g. within following code:library...
View ArticleBug in Sigasi v2.23
Hi, After updating to v2.23 this morning, a number of 'incorrect' error markers were introduced to to my code base. Apparently they occur only around declarations with self-defined types. I've added...
View ArticleHow to run my VHDL code
Hi!I just downloaded Sigasi and I don't understand how to run my code. I go to 'run' menu and I can't find any option of running an existing code. What is the problem?
View Article