Vivado output generation

Signed-off-by: Joppe Blondel <joppe@blondel.nl>
This commit is contained in:
2022-09-05 15:27:41 +02:00
parent b8267303a2
commit c1b3d252ff
7 changed files with 147 additions and 11 deletions

View File

@ -34,7 +34,7 @@ architecture structural of toplevel is
-- ----------
-- COMPONENTS
-- ----------
component zynq_ps
component zynqps
port (
FCLK_CLK0 : out std_logic;
FCLK_RESET0_N : out std_logic;
@ -101,7 +101,7 @@ begin
ARESETN => ARESETN(0),
LED => LED
);
zynq_ps_i : component zynq_ps port map(
zynqps_i : component zynqps port map(
-- MIO
MIO => MIO,
-- CLOCKS

View File

@ -40,7 +40,10 @@ speedgrade = -2
toplevel = toplevel
# Created netlist toplevel
netlist_top = toplevel
#synth_opts =
synth_opts = -flatten_hierarchy none -keep_equivalent_registers
#opt_opts =
#place_opts =
#route_opts =
# Fileset
files_vhdl = RTL/heartbeat.vhd RTL/toplevel.vhd