Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- That was why I mentioned that it was SystemVerilog syntax. Quartus supports it, but it needs to be told that the file is SystemVerilog or else it will give errors because that syntax does not exist in regular Verilog. If you rename RS232.v to RS232.sv, Quartus will treat the file as SystemVerilog automatically. If you explicitly need Verilog and not SystemVerilog (for compatibility with Xilinx's ISE tool that does not allow SystemVerilog, for example), I don't have a solution. This kind of thing is why I prefer SystemVerilog whenever possible. --- Quote End --- Hi, thanks for your reply. I would use VHDL in this case since i am more familiar with it. Thanks again!