Re: [myhdl-list] Incorrect conclusions in TSConIT paper
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2012-06-29 21:45:29
|
<snip> > Yes, in GHDL I get the following error for the converted VHDL. > > ghdl -c pck_myhdl_08dev.vhd firfilt.vhd > firfilt.vhd:46:36: ';' is expected instead of 'when' > > I am running the latest 0.8dev and didn't check with 0.7. The issue has to do with the python conditionals, if I remove the python conditional then it doesn't error in this spot with GHDL or quartus (I realize Norbo said this in his original response). I do *not* get any errors with GHDL but I do get the shift_right error with quartus and ise. quartus error: can't determine type of object at or near identifier "shift_right" -- found 0 possible types ise error: shift_right can not have such operands in this context IN mode Formal size of to_signed wiht no default value must be associated with an actual value The verilog version synthezied, PaR'd, and bit'd fine. Regards, Chris |