Skip to content
Snippets Groups Projects

removed wrong name file

Merged Snijder, T. (Taya, Student M-EMSYS) requested to merge taya_branch into main
1 file
+ 0
25
Compare changes
  • Side-by-side
  • Inline
+ 0
25
configuration conf_tb_top_post of tb_top_level is
for top
for tg: tb_top use entity work.tb_top(structure)
generic map (
word_length => 32,
ascii_length => 8,
opcode_length => 4
);
for structure
for duv: top_level use entity work.top_level(flat_top_32_5);
end for;
for tvc: tvc_top use entity work.tvc_top(file_io)
generic map (
word_length => 32,
ascii_length => 8,
opcode_length => 4,
in_file_name => "data.in",
out_file_name => "data.out"
);
end for;
end for;
end for;
end for;
end conf_tb_top_post;
\ No newline at end of file
Loading