Skip to content
Snippets Groups Projects
Commit 77b3d958 authored by Kia's avatar Kia
Browse files

try gearbox formal with different values.

parent 6e7ae7de
No related branches found
No related tags found
No related merge requests found
...@@ -221,8 +221,8 @@ class DummyPlug(Elaboratable): ...@@ -221,8 +221,8 @@ class DummyPlug(Elaboratable):
m = Module() m = Module()
upstream_width = 3 upstream_width = 3
downstream_width = 41 downstream_width = 17
sim_memory_size = 256 sim_memory_size = 64
expiration_date = sim_memory_size - upstream_width*2 expiration_date = sim_memory_size - upstream_width*2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment