use adapt yosys Makefile for OpenFPGA framework

This commit is contained in:
tangxifan 2019-11-27 14:42:47 -07:00
parent 1c7fdac3f2
commit 5b4ddfb3ce
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
CONFIG := clang
# CONFIG := gcc
# CONFIG := clang
CONFIG := gcc
# CONFIG := gcc-4.8
# CONFIG := afl-gcc
# CONFIG := emcc
@ -9,7 +9,7 @@ CONFIG := clang
# CONFIG := msys2-64
# features (the more the better)
ENABLE_TCL := 1
ENABLE_TCL := 0
ENABLE_ABC := 1
ENABLE_GLOB := 1
ENABLE_PLUGINS := 1