Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Example SystemVerilog output from SilverOak stage 1 #951

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
521 changes: 521 additions & 0 deletions silveroak-opentitan/aes/Impl/aes_add_round_key.sv

Large diffs are not rendered by default.

138 changes: 138 additions & 0 deletions silveroak-opentitan/aes/Impl/aes_add_round_key_tb.sv

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions silveroak-opentitan/aes/Impl/aes_add_round_key_tb.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
open_vcd aes_add_round_key_tb.vcd
log_vcd *
log_vcd [ get_objects * ]
add_force {/aes_add_round_key_tb/clk} {0 0ns} {1 50ns} -repeat_every 100ns
run 3100ns
flush_vcd
close_vcd
exit
2,414 changes: 2,414 additions & 0 deletions silveroak-opentitan/aes/Impl/aes_add_round_key_tb.vcd

Large diffs are not rendered by default.

Loading