David Biancolin

Results 100 comments of David Biancolin

@bgottschall, i'm sorry i never got around to fixing this. The links are dead now -- did you workaround the problem?

@davidbiancolin Update this based on the stable/latest discussion we had previously.

In the driver see if tokens are being supplied, and error out otherwise.

Alternatively we could include a `type` (which would then look up a field from a LUT in pythong) or `path-to-schema` field in the files themselves?

> LGTM > > Will this get tested by CI? The Scala tests end up calling out and running simulations don't they? Yeah it will, if it gets far enough....

Failure: https://github.com/firesim/firesim/runs/7681181968?check_suite_focus=true#step:4:9651

Hitting a duplicate runner name on retry: https://github.com/firesim/firesim/runs/7684767615?check_suite_focus=true#step:5:459

So looking at a config.log: ``` configure:2401: checking whether the C compiler works configure:2423: riscv64-unknown-elf-gcc conftest.c >&5 ``` vs ``` configure:2401: checking whether the C compiler works configure:2423: riscv64-unknown-elf-gcc -march=nocona...

It seems like CFLAGS, LDFLAGS and friends are set to native-compile values before the riscv-pk build is invoked now