Altera_Forum
Honored Contributor
15 years agovhdl
i have a vhdl code and a verilog code for a game.can i use both in the same project and how can i couple them? thx.
i have a vhdl code and a verilog code for a game.can i use both in the same project and how can i couple them? thx.
Yes you can.
There is a chapter in the user manual about "mixed language synthesis".thx.................i want to use them in quartus II. is ok?
thx a lot.....................i have a little question:
i want to display a variable with display function e.g $display("%d",a); but this don't work. the error is: Error (10170): Verilog HDL syntax error at main.v(4) near text "$display"; expecting an identifier, or "endmodule", or a parallel statement and i close the modulethx. have a great day
hallo,
do you hnow how to take the coordinates from the touchscreen, i have a game and when a put the finger, the touchscreen should be able to draw a rectangle. I have the code for rectangle but i don't now how to take the coordinates. thx, tastax.