Forum Discussion
Altera_Forum
Honored Contributor
12 years agoOn Adding leading zeros on a bus in a schematic (.bdf) file
Hello guys !! I have a little question.. I'm using some vhdl objects in a schematic (.bdf) file. Now I want to add some leading zeroes to a bus eg: mybus[13..0] -> [0 0 mybus] In VHD...
Altera_Forum
Honored Contributor
12 years agoThank you tricky, so I was doing it the right way. But it's a little annoying !
I'm using a schematic because it's a pretty large system and I use some standard cores in it (fir, comparator,mux etc etc). So because setting the cores using a schematic is simpler then doing it by hand in vhdl I use a mixed system. Probably there is a better way but as I still don't know it I'm working this way.. Do you have any suggestions ??