-
Hi, I'm trying to compile and it fails at cmake. Sorry if this is neglect on my end, thanks!
```Software Version:
ProductName: Mac OS X
ProductVersion: 10.13.3
BuildVersion: 17D47
Compiler Ver…
-
I was able to compile PreForth and seedForth under Ubuntu 24.04LTS with these steps:
```
apt install emacs-nox git build-essential tmux fasm gforth
dpkg --add-architecture i386
apt update
apt…
-
```
I don't know if it is possible, but , anyway, I haven't found way to do this.
I have compiled my program with fasm that way:
'fasm anyname.asm -s anyname.map', which give me two files:
'anyname' -…
-
For example:
```
yosys-f4pga-plugins/xdc-plugin/Makefile: install -D $< $(YOSYS_PLUGINS_DIR)/fasm_extra_modules/$<
```
should be
```
yosys-f4pga-plugins/xdc-plugin/Makefile: install -D $< $(DE…
-
https://symbiflow.github.io/fpga-tool-perf/?elem_id=hps-accel-gen1-NEXUS-LIFCL-17-8UWG72C-stats&device=NEXUS-LIFCL-17-8UWG72C&project=hps-accel-gen1
The "fasm runtime" graph doesn't make sense to m…
-
The PLL test (from https://github.com/SymbiFlow/fpga-interchange-tests/pull/68) that utilizes external feedback fails the FASM difference test on some routing features. There are no difference in feat…
-
My laptop has 10GB available according to /proc/meminfo. I see this error running the `counter_test` example with `TARGET=nexys_video`:
```
Serial number (magic cookie) for the routing is: 416094…
-
I don't see any documentation on how to perform a local install (i.e. under `/usr/local`).
If I run `make`, most of the sub-builds succeed generating `.so` files, although I get this error (@hzelle…
-
When generating a large memory in Verilog, in some cases, parts of the BRAM INIT information is missing when the .bit file is converted to FASM.
Here is an example (memory was initialized to all 1'…
-
```
ERROR: [DRC PLCR-1] Placement Constraints Check for Clock Region(s): Design Check found an error in Clock Region X0Y0. This clock region has 17 clocks locked whereas only 12 clocks can be routed …