Skip to content

Commit 8c6a11c

Browse files
increase clock cycle to real clock
1 parent 95e36c3 commit 8c6a11c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ src/user_config.json
77
src/config_merged.json
88
test/sim_build
99
test/*/__pycache__/
10+
test/__pycache__/
1011
test/results.xml
1112
test/gate_level_netlist.v

info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project:
55
discord: "" # Your discord username, for communication and automatically assigning you a Tapeout role (optional)
66
description: "multiplies matrices" # One line description of what your project does
77
language: "Verilog" # other examples include SystemVerilog, Amaranth, VHDL, etc
8-
clock_hz: 50 # Clock frequency in Hz (or 0 if not applicable)
8+
clock_hz: 1000000 # Clock frequency in Hz (or 0 if not applicable)
99

1010
# How many tiles your design occupies? A single tile is about 167x108 uM.
1111
tiles: "1x2" # Valid values: 1x1, 1x2, 2x2, 3x2, 4x2, 6x2 or 8x2

0 commit comments

Comments
 (0)