initial commit

master
Sebastien Bourdeauducq 2019-02-12 19:15:16 +08:00
commit ff56a0d353
10 changed files with 362 additions and 0 deletions

49
berkeley.json Normal file
View File

@ -0,0 +1,49 @@
{
"target": "kasli",
"variant": "berkeley",
"hw_rev": "v1.1",
"base": "standalone",
"rtio_frequency": 100e6,
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [1],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [2, 3],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"ports": [4, 5],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"ports": [6, 7],
"synchronization": true,
"clk_sel": 2
},
{
"type": "urukul",
"ports": [9, 8],
"dds": "ad9912",
"clk_sel": 0
},
{
"type": "zotino",
"ports": [10]
}
]
}

31
mitll.json Normal file
View File

@ -0,0 +1,31 @@
{
"target": "kasli",
"variant": "mitll",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [4],
"bank_direction_low": "input",
"bank_direction_high": "input"
},
{
"type": "urukul",
"ports": [3, 2],
"clk_sel": 0
},
{
"type": "zotino",
"ports": [5]
},
{
"type": "zotino",
"ports": [6]
},
{
"type": "grabber",
"ports": [1, 0]
}
]
}

36
mitll2.json Normal file
View File

@ -0,0 +1,36 @@
{
"target": "kasli",
"variant": "mitll2",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [2, 1],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [4, 3],
"clk_sel": 0
},
{
"type": "zotino",
"ports": [6]
},
{
"type": "zotino",
"ports": [7]
},
{
"type": "grabber",
"ports": [0]
}
]
}

33
nudt.json Normal file
View File

@ -0,0 +1,33 @@
{
"target": "kasli",
"variant": "nudt",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [0, 1],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [2, 3],
},
{
"type": "zotino",
"ports": [4]
}
]
}

43
sysu.json Normal file
View File

@ -0,0 +1,43 @@
{
"target": "kasli",
"variant": "sysu",
"hw_rev": "v1.0",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [2],
"bank_direction_low": "input",
"bank_direction_high": "input"
},
{
"type": "dio",
"ports": [3],
"bank_direction_low": "input",
"bank_direction_high": "input"
},
{
"type": "dio",
"ports": [4],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [5],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [1, 0],
"clk_sel": 0
},
]
}

31
tsinghua.json Normal file
View File

@ -0,0 +1,31 @@
{
"target": "kasli",
"variant": "tsinghua",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [4],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [3, 2],
"clk_sel": 0
},
{
"type": "sampler",
"ports": [6, 5]
},
{
"type": "zotino",
"ports": [7]
}
{
"type": "grabber",
"ports": [1, 0]
}
]
}

39
tsinghua2.json Normal file
View File

@ -0,0 +1,39 @@
{
"target": "kasli",
"variant": "tsinghua",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [4],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [2, 3],
"clk_sel": 2
},
{
"type": "sampler",
"ports": [5, 6]
},
{
"type": "zotino",
"ports": [7]
},
{
"type": "zotino",
"ports": [8]
},
{
"type": "zotino",
"ports": [9]
},
{
"type": "grabber",
"ports": [1, 0]
}
]
}

28
unsw.json Normal file
View File

@ -0,0 +1,28 @@
{
"target": "kasli",
"variant": "unsw",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [0],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [1, 2],
"synchronization": true,
"clk_sel": 2
},
{
"type": "sampler",
"ports": [3, 4]
},
{
"type": "zotino",
"ports": [5]
}
]
}

40
ustc.json Normal file
View File

@ -0,0 +1,40 @@
{
"target": "kasli",
"variant": "ustc",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [5],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [6],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "dio",
"ports": [7],
"bank_direction_low": "output",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [2, 1],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [4, 3],
"clk_sel": 0
},
{
"type": "grabber",
"ports": [0]
}
]
}

32
wipm.json Normal file
View File

@ -0,0 +1,32 @@
{
"target": "kasli",
"variant": "wipm",
"hw_rev": "v1.1",
"base": "standalone",
"peripherals": [
{
"type": "dio",
"ports": [4],
"bank_direction_low": "input",
"bank_direction_high": "output"
},
{
"type": "urukul",
"ports": [1, 0],
"clk_sel": 0
},
{
"type": "urukul",
"ports": [3, 2],
"clk_sel": 0
},
{
"type": "sampler",
"ports": [6, 5]
},
{
"type": "zotino",
"ports": [7]
}
]
}