Skip to content

Commit

Permalink
Bump SweRV dependency to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Oct 17, 2019
1 parent 3173727 commit bf8ad3c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions cores/swerv.core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CAPI=2:

name : chipsalliance.org:cores:SweRV_EH1:1.3
name : chipsalliance.org:cores:SweRV_EH1:1.4

filesets:
rtl:
Expand Down Expand Up @@ -96,7 +96,6 @@ targets:
- "tool_verilator? (verilator_tb)"

generate : [swerv_ahb_config]
parameters : [ifu_mem_file, lsu_mem_file]
tools:
modelsim:
vlog_options :
Expand All @@ -110,24 +109,32 @@ targets:
synth:
default_tool : vivado
filesets : [includes, rtl, vivado_tcl]
generate : [swerv_default_config]
generate : [swerv_fpga_config]
tools:
vivado:
part : xc7a100tcsg324-1
pnr : none
toplevel : swerv_wrapper

generate:
swerv_ahb_config:
generator: swerv_config
position : first
parameters:
args : ['-ahb_lite']
args : ['-ahb_lite', -unset=assert_on]

swerv_default_config:
generator: swerv_config
position : first
parameters:
args : [-unset=assert_on]

swerv_fpga_config:
generator: swerv_config
position : first
parameters:
args : [-unset=assert_on, -set=fpga_optimize=1]

generators:
swerv_config:
interpreter: python
Expand All @@ -138,4 +145,4 @@ provider:
name : github
user : olofk
repo : Cores-SweRV
version : 4a287a070497f602feadf63f1b6a130b64cffdb4
version : 5bca0373295e6ba4c8bbb0c0390322a101650de6
2 changes: 1 addition & 1 deletion swervolf.core
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filesets:
- "pulp-platform.org::axi2apb"
- "pulp-platform.org::axi_mem_if"
- ">=pulp-platform.org::axi_node:1.1.1-r2"
- ">=chipsalliance.org:cores:SweRV_EH1:1.2"
- ">=chipsalliance.org:cores:SweRV_EH1:1.4"

bfm:
files:
Expand Down

0 comments on commit bf8ad3c

Please sign in to comment.