commit ff56a0d35318a8cb38f38acf845f15ce6bbd4880 Author: Sebastien Bourdeauducq Date: Tue Feb 12 19:15:16 2019 +0800 initial commit diff --git a/berkeley.json b/berkeley.json new file mode 100644 index 0000000..bebd671 --- /dev/null +++ b/berkeley.json @@ -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] + } + ] +} diff --git a/mitll.json b/mitll.json new file mode 100644 index 0000000..075a97e --- /dev/null +++ b/mitll.json @@ -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] + } + ] +} diff --git a/mitll2.json b/mitll2.json new file mode 100644 index 0000000..608a6cf --- /dev/null +++ b/mitll2.json @@ -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] + } + ] +} diff --git a/nudt.json b/nudt.json new file mode 100644 index 0000000..6e0f04e --- /dev/null +++ b/nudt.json @@ -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] + } + ] +} diff --git a/sysu.json b/sysu.json new file mode 100644 index 0000000..9dcbf66 --- /dev/null +++ b/sysu.json @@ -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 + }, + ] +} diff --git a/tsinghua.json b/tsinghua.json new file mode 100644 index 0000000..7356ab2 --- /dev/null +++ b/tsinghua.json @@ -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] + } + ] +} diff --git a/tsinghua2.json b/tsinghua2.json new file mode 100644 index 0000000..8b0fff2 --- /dev/null +++ b/tsinghua2.json @@ -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] + } + ] +} diff --git a/unsw.json b/unsw.json new file mode 100644 index 0000000..ec73c44 --- /dev/null +++ b/unsw.json @@ -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] + } + ] +} diff --git a/ustc.json b/ustc.json new file mode 100644 index 0000000..fac7b13 --- /dev/null +++ b/ustc.json @@ -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] + } + ] +} diff --git a/wipm.json b/wipm.json new file mode 100644 index 0000000..13f85e4 --- /dev/null +++ b/wipm.json @@ -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] + } + ] +}