Sync with Fredi's source tree 15/04/2017

IDE and Blitter work.
This commit is contained in:
David Gálvez
2018-04-09 17:21:35 +02:00
parent 68129dbe57
commit b2d17efff1
97 changed files with 9395 additions and 9114 deletions

View File

@@ -15,13 +15,18 @@
FUNCTION altsyncram0
(
address[3..0],
address_a[3..0],
address_b[3..0],
byteena_a[1..0],
clock,
data[15..0],
wren
clock_a,
clock_b,
data_a[15..0],
data_b[15..0],
wren_a,
wren_b
)
RETURNS (
q[15..0]
q_a[15..0],
q_b[15..0]
);