mirror of
https://github.com/LIV2/RIPPLE-IDE.git
synced 2025-12-06 04:32:42 +00:00
* Check RESET length before asserting, seems noise is causing cold-boot issues on BUSRST * Enable Buffers for reads during S4 regardless of DS'es * Fixups for Autoconfig * IDE: don't assert IOW/IOW until S3 to meet address set-up times
31 lines
509 B
Plaintext
31 lines
509 B
Plaintext
set -tmpdir "."
|
|
set -xsthdpdir "."
|
|
run
|
|
-ifn IFN
|
|
-ifmt mixed
|
|
-ofn OFN
|
|
-ofmt NGC
|
|
-p xc9500xl
|
|
-top RIPPLE
|
|
-opt_mode Speed
|
|
-opt_level 2
|
|
-iuc NO
|
|
-keep_hierarchy Yes
|
|
-netlist_hierarchy As_Optimized
|
|
-rtlview No
|
|
-hierarchy_separator /
|
|
-bus_delimiter <>
|
|
-case Maintain
|
|
-verilog2001 YES
|
|
-fsm_extract YES -fsm_encoding Auto
|
|
-safe_implementation No
|
|
-mux_extract Yes
|
|
-resource_sharing YES
|
|
-iobuf YES
|
|
-pld_mp YES
|
|
-pld_xp YES
|
|
-pld_ce YES
|
|
-wysiwyg NO
|
|
-equivalent_register_removal YES
|
|
-define {}
|