Skip to content

Commit

Permalink
Fixed testbenches in .core
Browse files Browse the repository at this point in the history
  • Loading branch information
klasnordmark committed May 11, 2021
1 parent a489842 commit 52025a7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions chacha.core
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CAPI=2:

name : secworks:crypto:chacha:1.0.0
name : secworks:crypto:chacha:0
description : Verilog 2001 implementation of the ChaCha stream cipher

filesets:
Expand All @@ -14,7 +14,7 @@ filesets:
tb:
files:
- src/tb/tb_chacha_core.v
- src/tb_chacha.v
- src/tb/tb_chacha.v
file_type : verilogSource

openlane:
Expand All @@ -25,8 +25,16 @@ targets:
default:
filesets: [rtl]

sim:
tb_chacha:
default_tool: icarus
filesets: [rtl, tb]
toplevel: tb_chacha
parameters : [DEBUG]

tb_chacha_core:
default_tool: icarus
filesets: [rtl, tb]
toplevel: tb_chacha_core

sky130:
default_tool : openlane
Expand Down

0 comments on commit 52025a7

Please sign in to comment.