issues
search
chipsalliance
/
fasm
FPGA Assembly (FASM) Parser and Generator
https://fasm.readthedocs.io
Apache License 2.0
90
stars
30
forks
source link
Write a specification for a "FASM database" format
#12
Open
mithro
opened
5 years ago
mithro
commented
5 years ago
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, compression, etc.
mithro
commented
5 years ago
WIP Document here
The fasm assembler uses;