📄 blkfin16.abl
字号:
module blkfin16
a0 PIN 3; "Address line
a1 PIN 4; "Address line
a2 PIN 5; "Address line
a3 PIN 6; "Address line
a4 PIN 7; "Address line
a5 PIN 10; "Address line
a6 PIN 11; "Address line
a7 PIN 12; "Address line
a8 PIN 13; "Address line
a9 PIN 14; "Address line
a10 PIN 15; "Address line
a11 PIN 16; "Address line
a12 PIN 17; "Address line
a13 PIN 18; "Address line
a14 PIN 19; "Address line
a15 PIN 20; "Address line
_awe PIN 59;
_abe1 PIN 40;
_aoe PIN 60;
_reset PIN 39;
pa0 PIN 51; "MCU I/O
pa1 PIN 52; "MCU I/O
pa2 PIN 53; "MCU I/O
pa3 PIN 54; "MCU I/O
pa4 PIN 55; "MCU I/O
pa5 PIN 56; "MCU I/O
pa6 PIN 57; "MCU I/O
pa7 PIN 58; "MCU I/O
pb0 PIN 61; "MCU I/O
pb1 PIN 62; "MCU I/O
pb2 PIN 63; "MCU I/O
pb3 PIN 64; "MCU I/O
pb4 PIN 65; "MCU I/O
pb5 PIN 66; "MCU I/O
pb6 PIN 67; "MCU I/O
pb7 PIN 68; "MCU I/O
a16 PIN 41;
a17 PIN 42;
a18 PIN 43;
a19 PIN 44;
a20 PIN 45;
a21 PIN 46;
_ams0 PIN 47;
pc7 PIN 48; "MCU I/O
pd0 PIN 79; "MCU I/O
pd1 PIN 80; "MCU I/O
sleep PIN 1; "/CSI input
pd3 PIN 2; "MCU I/O
tms PIN 71; "TMS
tck PIN 72; "TCK
tdi PIN 73; "TDI
tdo PIN 74; "TDO
tstat PIN 75; "TSTAT
_terr PIN 76; "/TERR
pe6 PIN 77; "MCU I/O
pe7 PIN 78; "MCU I/O
d0 PIN 31; "Data bus line
d1 PIN 32; "Data bus line
d2 PIN 33; "Data bus line
d3 PIN 34; "Data bus line
d4 PIN 35; "Data bus line
d5 PIN 36; "Data bus line
d6 PIN 37; "Data bus line
d7 PIN 38; "Data bus line
d8 PIN 21; "Data bus line
d9 PIN 22; "Data bus line
d10 PIN 23; "Data bus line
d11 PIN 24; "Data bus line
d12 PIN 25; "Data bus line
d13 PIN 26; "Data bus line
d14 PIN 27; "Data bus line
d15 PIN 28; "Data bus line
csiop node;
fs0 node;
fs1 node;
fs2 node;
fs3 node;
fs4 node;
fs5 node;
fs6 node;
fs7 node;
csboot0 node;
csboot1 node;
csboot2 node;
csboot3 node;
X = .x.;
address = [a21..a0];
Vcc = 1;
Gnd = 0;
// Begin user preserved declarations (not affected by iterations of DA usage) ===================
// End user preserved declarations (not affected by iterations of DA usage) ===================
equations
csiop = ((address >= ^h10000) & (address <= ^h100FF) & (!_ams0));
fs0 = ((address >= ^h20000) & (address <= ^h2FFFF) & (!_ams0));
fs1 = ((address >= ^h30000) & (address <= ^h3FFFF) & (!_ams0));
fs2 = ((address >= ^h40000) & (address <= ^h4FFFF) & (!_ams0));
fs3 = ((address >= ^h50000) & (address <= ^h5FFFF) & (!_ams0));
fs4 = ((address >= ^h60000) & (address <= ^h6FFFF) & (!_ams0));
fs5 = ((address >= ^h70000) & (address <= ^h7FFFF) & (!_ams0));
fs6 = ((address >= ^h80000) & (address <= ^h8FFFF) & (!_ams0));
fs7 = ((address >= ^h90000) & (address <= ^h9FFFF) & (!_ams0));
csboot0 = ((address >= ^h0000) & (address <= ^h1FFF) & (!_ams0));
csboot1 = ((address >= ^h2000) & (address <= ^h3FFF) & (!_ams0));
csboot2 = ((address >= ^h4000) & (address <= ^h5FFF) & (!_ams0));
csboot3 = ((address >= ^h6000) & (address <= ^h7FFF) & (!_ams0));
// Begin user preserved equations (not affected by iterations of DA usage) ===================
// End user preserved equations (not affected by iterations of DA usage) ===================
end blkfin16
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -