diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2019-10-25 14:59:35 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2019-10-25 16:20:41 -0700 |
commit | 3a09408495ae6ae59840318e1bade302bf6cab06 (patch) | |
tree | 6758841abe70c0bef7b9d2d5b01d86b0c0fb0e0d /piodev1.xst |
Initial commit.
Diffstat (limited to 'piodev1.xst')
-rw-r--r-- | piodev1.xst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/piodev1.xst b/piodev1.xst new file mode 100644 index 0000000..cb30796 --- /dev/null +++ b/piodev1.xst @@ -0,0 +1,29 @@ +set -tmpdir "xst/projnav.tmp" +set -xsthdpdir "xst" +run +-ifn piodev1.prj +-ifmt mixed +-ofn piodev1 +-ofmt NGC +-p xc9500xl +-top piodev1 +-opt_mode Speed +-opt_level 1 +-iuc NO +-keep_hierarchy Yes +-netlist_hierarchy As_Optimized +-rtlview Yes +-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 |