diff --git a/nict.json b/nict.json new file mode 100644 index 0000000..93be299 --- /dev/null +++ b/nict.json @@ -0,0 +1,15 @@ +{ + "target": "kasli", + "variant": "nict", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + } + ] +}