mirror of https://github.com/YosysHQ/picorv32.git
Merge pull request #69 from olofk/picosoc_regs_v3
Bypass picosoc compile order check if PICORV32_REGS is defined.
This commit is contained in:
commit
147da6432a
|
@ -17,11 +17,13 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
`ifndef PICORV32_REGS
|
||||||
`ifdef PICORV32_V
|
`ifdef PICORV32_V
|
||||||
`error "picosoc.v must be read before picorv32.v!"
|
`error "picosoc.v must be read before picorv32.v!"
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
`define PICORV32_REGS picosoc_regs
|
`define PICORV32_REGS picosoc_regs
|
||||||
|
`endif
|
||||||
|
|
||||||
module picosoc (
|
module picosoc (
|
||||||
input clk,
|
input clk,
|
||||||
|
|
Loading…
Reference in New Issue