Skip to content

Commit

Permalink
Remove fusesoc system files
Browse files Browse the repository at this point in the history
These files are deprecated with fusesoc 1.6, as discussed here:
https://github.com/olofk/fusesoc/blob/master/doc/migrations.adoc
  • Loading branch information
imphil committed Apr 11, 2017
1 parent 6cacc93 commit a2a30e8
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depend =
optimsoc:base:config

simulators = xsim
backend = vivado

[fileset rtl_files]
file_type = systemVerilogSource
Expand All @@ -31,6 +32,10 @@ files =
top_module = tb_compute_tile_nexys4ddr
part = xc7a100tcsg324-1

[vivado]
part = "xc7a100tcsg324-1"
hw_device = xc7a100t_0

[parameter NUM_CORES]
datatype = int
paramtype = vlogparam
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depend =
optimsoc:ip:xilinx_axi_register_slice

simulators = xsim
backend = vivado

[fileset rtl_files]
file_type = systemVerilogSource
Expand All @@ -30,6 +31,10 @@ files =
top_module = tb_system_2x2_cccc_nexys4ddr
part = xc7a100tcsg324-1

[vivado]
part = "xc7a100tcsg324-1"
hw_device = xc7a100t_0

[parameter NUM_CORES]
datatype = int
paramtype = vlogparam
Expand Down

This file was deleted.

8 changes: 6 additions & 2 deletions examples/fpga/vcu108/compute_tile/compute_tile_vcu108.core
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ depend =
glip:backend:uart
optimsoc:base:config

simulators = xsim
backend = vivado

[fileset rtl_files]
file_type = systemVerilogSource
usage = sim synth
usage = synth
files =
rtl/verilog/compute_tile_dm_vcu108.sv

[vivado]
part = "xcvu095-ffva2104-2-e"
hw_device = xcvu095_0

[parameter NUM_CORES]
datatype = int
paramtype = vlogparam
Expand Down
10 changes: 0 additions & 10 deletions examples/fpga/vcu108/compute_tile/compute_tile_vcu108.system

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ depend =
optimsoc:ip:xilinx_axi_register_slice
optimsoc:base:config

backend = vivado

[fileset rtl_files]
file_type = systemVerilogSource
usage = sim synth
usage = synth
files =
rtl/verilog/system_2x2_cccc_vcu108.sv

[vivado]
part = "xcvu095-ffva2104-2-e"
hw_device = xcvu095_0

[parameter NUM_CORES]
datatype = int
paramtype = vlogparam
Expand Down
10 changes: 0 additions & 10 deletions examples/fpga/vcu108/system_2x2_cccc/system_2x2_cccc_vcu108.system

This file was deleted.

0 comments on commit a2a30e8

Please sign in to comment.