Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16613 Discussions

Designing without Quartus II

Altera_Forum
Honored Contributor II
974 Views

Is there a way to specify a design entirely by hand without Quartus? I am asking because my research project on asynchronous circuits requires full control of wiring and logic gate placement. Furthermore, Quartus sometimes crashes for asynchronous designs (see for example: http://www.altera.com/support/kdb/solutions/rd09232013_776.html

 

Thanks!
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
219 Views

As far as I know asynchronous design is not recommended for FPGAs....

0 Kudos
Altera_Forum
Honored Contributor II
219 Views

You can use WYSIWYG primitives instead of synthesis and you can use routing constraint files to specify place and routing. 

The documentation is, AFAIK, between poor and non-existant but it's possible.
0 Kudos
Altera_Forum
Honored Contributor II
219 Views

Thanks! This could be the way to go for me. I need to look into this more.  

But with this, I would still use Quartus, right? I would just constrain it in every aspect (wiring and logic gate placement)? Do you know, how I would turn off synthesis and fitting in Quartus, then?
0 Kudos
Altera_Forum
Honored Contributor II
219 Views

You can bypass synthesis and fitting by providing your own Verilog/VHDL netlist with WYSWIG primitives. 

But you must use Quartus for place and route.
0 Kudos
Reply