mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 11:55:52 +00:00
initial import
This commit is contained in:
commit
7764d0ba1d
481 changed files with 54634 additions and 0 deletions
46
tests/or1200/config.patch
Normal file
46
tests/or1200/config.patch
Normal file
|
@ -0,0 +1,46 @@
|
|||
Index: or1200_defines.v
|
||||
===================================================================
|
||||
--- or1200_defines.v (revision 812)
|
||||
+++ or1200_defines.v (working copy)
|
||||
@@ -56,7 +56,7 @@
|
||||
//
|
||||
//`define OR1200_VERBOSE
|
||||
|
||||
-// `define OR1200_ASIC
|
||||
+`define OR1200_ASIC
|
||||
////////////////////////////////////////////////////////
|
||||
//
|
||||
// Typical configuration for an ASIC
|
||||
@@ -69,7 +69,7 @@
|
||||
//`define OR1200_ARTISAN_SSP
|
||||
//`define OR1200_ARTISAN_SDP
|
||||
//`define OR1200_ARTISAN_STP
|
||||
-`define OR1200_VIRTUALSILICON_SSP
|
||||
+//`define OR1200_VIRTUALSILICON_SSP
|
||||
//`define OR1200_VIRTUALSILICON_STP_T1
|
||||
//`define OR1200_VIRTUALSILICON_STP_T2
|
||||
|
||||
@@ -96,17 +96,17 @@
|
||||
//
|
||||
// Select between ASIC optimized and generic multiplier
|
||||
//
|
||||
-//`define OR1200_ASIC_MULTP2_32X32
|
||||
-`define OR1200_GENERIC_MULTP2_32X32
|
||||
+`define OR1200_ASIC_MULTP2_32X32
|
||||
+//`define OR1200_GENERIC_MULTP2_32X32
|
||||
|
||||
//
|
||||
// Size/type of insn/data cache if implemented
|
||||
//
|
||||
-// `define OR1200_IC_1W_512B
|
||||
+`define OR1200_IC_1W_512B
|
||||
// `define OR1200_IC_1W_4KB
|
||||
-`define OR1200_IC_1W_8KB
|
||||
-// `define OR1200_DC_1W_4KB
|
||||
-`define OR1200_DC_1W_8KB
|
||||
+// `define OR1200_IC_1W_8KB
|
||||
+`define OR1200_DC_1W_4KB
|
||||
+// `define OR1200_DC_1W_8KB
|
||||
|
||||
`else
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue