diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-13 07:47:54 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-14 18:55:33 +0200 |
commit | 4a3fd93c1a5f72a76fc1a26c2f628224ffe2032b (patch) | |
tree | 4f41d7c5af0b246f0a636f89741c00f9342e481d /testsuite/ghdl-issues/issue1307/run_vivado.tcl | |
parent | 94a030e2fa33a7c29ef2c7dab7f88b4a00cfee0b (diff) | |
download | ghdl-yosys-plugin-4a3fd93c1a5f72a76fc1a26c2f628224ffe2032b.tar.gz ghdl-yosys-plugin-4a3fd93c1a5f72a76fc1a26c2f628224ffe2032b.tar.bz2 ghdl-yosys-plugin-4a3fd93c1a5f72a76fc1a26c2f628224ffe2032b.zip |
testsuite: add test from ghdl/ghdl#1307
Diffstat (limited to 'testsuite/ghdl-issues/issue1307/run_vivado.tcl')
-rw-r--r-- | testsuite/ghdl-issues/issue1307/run_vivado.tcl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/ghdl-issues/issue1307/run_vivado.tcl b/testsuite/ghdl-issues/issue1307/run_vivado.tcl new file mode 100644 index 0000000..19e2624 --- /dev/null +++ b/testsuite/ghdl-issues/issue1307/run_vivado.tcl @@ -0,0 +1,9 @@ +read_xdc NexysVideo.xdc +read_edif hdmi_design.edif +link_design -part xc7a35tcpg236-1 -top hdmi_design +opt_design +place_design +route_design +report_utilization +report_timing +write_bitstream -force example.bit |