schema_editor/examples/arm/minimum.csch

29 lines
420 B
Plaintext
Raw Permalink Normal View History

2022-06-19 18:38:24 +00:00
@source "arm_library.csl"
@schema {
@instance arm ARM7tdmi {
2022-06-27 09:39:13 +00:00
@position (1179, 326)
2022-06-19 18:38:24 +00:00
@attribute _memory memorija
}
@instance memorija Memory64KiB {
2022-06-27 09:39:13 +00:00
@position (1148, 521)
2022-06-19 18:38:24 +00:00
}
@instance decoder Decoder {
2022-06-27 09:39:13 +00:00
@position (1070, 381)
2022-06-19 18:38:24 +00:00
}
@instance ahb AHB {
2022-06-27 09:39:13 +00:00
@position (1027, 465)
2022-06-19 18:38:24 +00:00
@size 249
}
@connection (memorija.ahbPin, ahb) {
}
@connection (arm.ahbPin, ahb) {
}
@connection (decoder.ahbPin, ahb) {
}
}