Altera_Forum
Honored Contributor
15 years ago"unsigned" changes to "std_logic_vector" when creating hdl from current bdf
hi there,
When i do a "create hdl from current design file" the vhdl output that is generated has all entity "UNSIGNED" declarations swapped for "STD_LOGIC_VECTOR". Also the "USE IEEE.NUMERIC_STD.ALL" statement is not copied/generated into the vhdl file, while i declare it in the primitive entities. It's starting to irritate me that i have to keep replacing all the declerations every time i change the primitive entities. And while i'm at it, is there a way to do a bottom up build. Right now every time i change a primitive i have to create the symbol file for the entity, update the block of that entity in a block schematic, do a "create hdl from current design file", make a symbol of that, and then update that block in the top block schemtic and then rebuild. can i make that happen with one click? thanks, Wernher