Skip to content

Commit

Permalink
Merge pull request #24 from efabless/main
Browse files Browse the repository at this point in the history
merge main into branch
  • Loading branch information
NouranAbdelaziz authored May 12, 2024
2 parents 60492d5 + 39ff368 commit ab56592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bus_env/bus_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, name="bus_item"):
super().__init__(name)
self.tag = name
self.addr = 0 # bit
self.rand("addr", range(0, 0xFFF))
self.rand("addr", range(0, 0xFFFF))
self.data = 0 # logic
self.rand("data", range(0, 0xFFFF))
self.kind = bus_item.READ # kind_e
Expand Down
6 changes: 4 additions & 2 deletions openlane/openlane_synthesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"Checker.YosysSynthChecks",
"openroad.staprepnr"
]
}
}
},
"ERROR_ON_UNMAPPED_CELLS": false,
"ERROR_ON_SYNTH_CHECKS": false
}

0 comments on commit ab56592

Please sign in to comment.