Forum Discussion
OABBA1
New Contributor
6 years agoHello, I'm using a Max V cpld on quartus, I tested my code on quartus with modelsim, it's working...and now I'm working on dev kit Max V but I didn't have any result... my question is how i can put my test bench on dev kit ( cpld) thank you
Vicky1
Regular Contributor
6 years agoHi,
Testbench module is defined without ports & used for functionality check/simulation of the design(using simulation tools) which is defined with input & output ports so compile the design, perform pin assignments & generate programming files for the design using full compilation & eventually load into the kit.
please refer the below link for reference.
https://www.youtube.com/watch?v=j5RGAW72o6A
Regards,
Vicky