mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-19 22:00:33 +00:00
`mem_gen.py` based on quicklogic tests. Remove BUFG from `lutram.ys`. Extra `sync_ram_sp` models in `arch/common/blockram.v`. Add analogdevices to main makefile tests. Not all the other tests are passing, but that's fine for now.
5 lines
117 B
Bash
Executable file
5 lines
117 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -eu
|
|
python3 mem_gen.py
|
|
source ../../gen-tests-makefile.sh
|
|
generate_mk --yosys-scripts --bash
|