mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-02 00:00:44 +00:00
Gowin. Add the EMCU primitive.
EMCU is a micro-processor based on ARM Cortex-M3 embedded in the GW1NSR-4C chip used in the Tangnano4k board. Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
This commit is contained in:
parent
dcf9f58315
commit
ab35dff702
3 changed files with 99 additions and 4 deletions
|
@ -1699,9 +1699,6 @@ input CLKIN, CE;
|
|||
output CLKOUT, CLKOUTN;
|
||||
endmodule
|
||||
|
||||
module EMCU (...);
|
||||
endmodule
|
||||
|
||||
module FLASH64K (...);
|
||||
input[4:0]XADR;
|
||||
input[5:0]YADR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue