Forum Discussion
Altera_Forum
Honored Contributor
9 years ago`timescale and module are Verilog keywords, but your code is VHDL. Also in VHDL (pre 2008) comments are marked with --, not //
Remove the `timescale, module lines and // comments`timescale and module are Verilog keywords, but your code is VHDL. Also in VHDL (pre 2008) comments are marked with --, not //
Remove the `timescale, module lines and // comments