Forum Discussion
MOliv45
New Contributor
7 months agoIntegrating Cocotb to Quartus using Native link
To integrate cocotb to Quartus Prime Native link and Questa, among a few environment variables needed, one has to set the following `vsim` option: `-foreign "cocotb_init $(cocotb-config --lib-name-...
ShengN_altera
Super Contributor
6 months agoThat is expected behaviour if using nativelink. The .do script will be overwritten.
To prevent from overwritten, please don't use nativelink and straight away run the .do script using simulator. Or rename the .do script to prevent from overwritten.