chipsalliance / fasm

FPGA Assembly (FASM) Parser and Generator
https://fasm.readthedocs.io
Apache License 2.0
90 stars 30 forks source link

Fix pip breaking `file:` support. #73

Closed mithro closed 3 years ago

mithro commented 3 years ago

Fixes #72.

Signed-off-by: Tim 'mithro' Ansell tansell@google.com

mithro commented 3 years ago

@tcal-x -- This was the fix right?

tcal-x commented 3 years ago

Yes that's the fix (I found the same fix on symbiflow-examples here: https://github.com/SymbiFlow/symbiflow-examples/commit/623446434fded3165e07a41edd645992a0ca9afa ). But I don't know what's causing the CI failures.

mithro commented 3 years ago

The current CI failures seem to be caused by the antlr module not working, I have pulled in @arn4ud's change from https://github.com/SymbiFlow/fasm/pull/71 to see if things go green now.

mithro commented 3 years ago

As the static builds are the only ones failing now (due to antlr parser not working), I've logged #75 and am going to merge these changes.