Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI had tried that. It also requires changing the entity name in 7404_0.vhd since the conversion didn't apply backslashes to that file. The problem is that I can't change the name of 7404 in the macrofunction instantiation at the end of 7404_0.vhd:
b2v_inst : 7404 If I leave it as 7404 I get the following error when running "Start Analysis and Elaboration":# Error (10500): VHDL syntax error at 7404_0.vhd(40) near text "7404"; expecting "(", or an identifier, or a sequential statement If I change it to \7404\ then I get the error:# Error (10482): VHDL error at 7404_0.vhd(40): object "7404" is used but not declared It appears I would have to rename the library function and at that point I knew I was doing something wrong since someone would have already made these changes. By the way, where is b2v_inst defined? Thanks much