mirror of https://github.com/efabless/caravel.git
comment disabling the housekeeping at the begining of each test as it's not needed anymore
This commit is contained in:
parent
0f167fc041
commit
2dc29bb207
|
@ -51,7 +51,7 @@ class Caravel_env:
|
||||||
"""start carvel by insert power then reset"""
|
"""start carvel by insert power then reset"""
|
||||||
async def start_up(self):
|
async def start_up(self):
|
||||||
await self.power_up()
|
await self.power_up()
|
||||||
await self.disable_csb()
|
# await self.disable_csb() # no need for this anymore as default for gpio3 is now pullup
|
||||||
await self.reset()
|
await self.reset()
|
||||||
await self.disable_bins()
|
await self.disable_bins()
|
||||||
common.fill_macros(self.dut.macros) # get macros value
|
common.fill_macros(self.dut.macros) # get macros value
|
||||||
|
|
Loading…
Reference in New Issue