-
When running nextpnr-xilinx targeting a basys3 board like so:
`nextpnr-xilinx --chipdb ../xc7a35t.bin --xdc ../basys3_nextpnr.xdc --json pong.json --write pong.routed.json --fasm pong.fasm --log next…
-
The fasm assembler uses;
* Common logic which translate FASM feature names into bit positions
* Custom logic to convert the bit position map into a bitstream by adding framing, headers, compressio…
-
I get the following error when trying to run fasm2bels with the design I wanted to debug (that was successfully built with F4PGA):
```
(symbiflow_xc_fasm2bels) wkuna@Terassen:~/bigboy/F4PGA/f4pga-…
-
Tried to build with latest fasm 1.73.32, got these:
```
flat assembler version 1.73.32 (7232 kilobytes memory)
Error: definition of cb_s contains illegal instructions.
..\..\Include\jlmfasm.in…
turol updated
8 months ago
-
### Problem statement
Currently, there are test data files which are fixed and, with the developement going on with symbiflow-arch-defs, prjxray, etc., these data files are becoming obsolete (and w…
-
This is a wonderful project. And surely very nice for a beginner to jump start ZX81 assembler development!
The main limitation I see is related to the assembler, unfortunately very underpowered f…
-
I just installed Symbiflow 1.3.1 from installer (Symbiflow_v1.3.1.gz.run), and attempted to run the counter\_16bit example as described in part 1) of https://github.com/QuickLogic-Corp/quicklogic-fpga…
-
```
>>> b=angr.Project('./garbage_bytes2.EXE')
ERROR | 2015-12-15 16:57:25,594 | cle.loader | Loading error when loading /home/viktor/tool/angrtest/garbage_bytes2.EXE with backend Blob
Traceback (mo…
-
FASM itself doesn't understand the feature names, but for consistency between projects we should have a style guide for them.
-
Currently FASM annotations errors are detected late in the flow. A tool to sanity check VPR arch and rrgraph annotations would allow earlier error detection, and cross linking with Verilog blackbox de…