Max Strange
Max Strange
https://github.com/StanfordAHA/lake -> run `pytest tests/test_aggregator.py::test_aggregator[8-64]`, `Verilator 4.018 2019-08-29 rev UNKNOWN_REV` Tests work when values not between [33-64] and they all work when I set `max_bits=64` in `verilator_target.py`
@leonardt I haven't been using pytest, just normal python, so I believe whatever output should be there, right?
@leonardt Sorry about that, you need updated cyclone, thunder, and canal, then `export DISABLE_GP=1`
Can you make sure to target xcelium? I'm not sure if there's any difference if you choose a different simulator target. ``` (aha) root@615a6684288f:/aha/garnet# pip show coreir Name: coreir Version:...
Can you check `conftest.py` in garnet and make sure to set `skip_compile=False`? I might have pushed the code with it true in which case there's no verilog being produced.
There must be some other mismatch in our envs. This worked for me when using old generated verilog and ran fine in xcelium.
I can generate the verilog with `python garnet.py -v`, just trying to figure out why it fails for me and Keyi when we use the test.
Okay this is somewhat great news then. The test ran and passed? Here's my pip list ``` (aha) root@615a6684288f:/aha/garnet# pip list Package Version Location ------------------- --------- --------------------- aha 0.0.0 /aha...
You're having it use cadence ware (CW)? Those errors are in the PE so I'm even more confused.
Hmmm not sure what to do then.