mirror of https://github.com/YosysHQ/picorv32.git
Merge pull request #138 from pcotret/patch-1
Short modification in the error string
This commit is contained in:
commit
46aa89c13f
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
`ifdef PICOSOC_V
|
||||
`error "icebreaker.v must be read before icebreaker.v!"
|
||||
`error "icebreaker.v must be read before picosoc.v!"
|
||||
`endif
|
||||
|
||||
`define PICOSOC_MEM ice40up5k_spram
|
||||
|
|
Loading…
Reference in New Issue