Commit c07b9c17 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

hdl: directory structure cleanup (moved template top levels to top/templates),…

hdl: directory structure cleanup (moved template top levels to top/templates), removed unused package dependency from svec_bootloader
parent 45d4b96d
*~
*#
fifo_generator_v6_1
testbench/svec_sfpga_top/sample_bitstream/
testbench/sfpga_bootloader/sample_bitstream/
*.*\#
\#*
.\#*
......
......@@ -9,4 +9,4 @@ syn_package = "ftg256"
syn_top = "svec_sfpga_top"
syn_project = "svec_sfpga.xise"
modules = { "local" : [ "../../top/svec_sfpga", "../../platform" ] }
modules = { "local" : [ "../../top/sfpga_bootloader", "../../platform" ] }
This diff is collapsed.
This diff is collapsed.
......@@ -5,5 +5,5 @@ vlog_opt="+incdir+../../sim/vme64x_bfm +incdir+../../sim/wb"
files = [ "main.sv", "glbl.v", "SIM_CONFIG_S6_SERIAL.v" ]
modules = { "local" : [ "../../top/svec_sfpga" ] }
modules = { "local" : [ "../../top/sfpga_bootloader" ] }
......@@ -5,7 +5,6 @@ use IEEE.NUMERIC_STD.all;
use work.gencores_pkg.all;
use work.wishbone_pkg.all;
use work.svl_wbgen2_pkg.all;
library UNISIM;
use UNISIM.vcomponents.all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment