schema_editor/examples/simplified FRISC model/schema2.csl

43 lines
716 B
Plaintext
Raw Normal View History

2022-04-24 20:21:45 +00:00
@source "frisc_library.csl"
@schema {
@instance procesor_002 FRISC {
2022-04-24 20:21:45 +00:00
@position (0, 0)
2022-05-19 22:44:40 +00:00
@attribute _memory null
2022-04-24 20:21:45 +00:00
}
2022-05-15 21:55:03 +00:00
@instance mem Memorija {
2022-04-24 20:21:45 +00:00
@position (0, 250)
2022-05-15 15:00:20 +00:00
@attribute sinkroniziran false
@attribute brzina 1
@attribute kapacitet 1024
2022-04-24 20:21:45 +00:00
@attribute size 8
2022-05-19 22:44:40 +00:00
@attribute pocetnaAdresa 1024
2022-04-24 20:21:45 +00:00
}
@instance procesor_001 FRISC {
@position (-89, 74)
@attribute _memory null
}
@instance procesor_000 FRISC {
@position (-175, 195)
@attribute _memory null
}
@instance procesor FRISC {
@position (-195, 63)
@attribute _memory null
}
2022-05-15 21:55:03 +00:00
@instance bus glavnaSabirnica {
2022-04-24 20:21:45 +00:00
@position (0, 200)
@size 100
}
@connection (procesor_002.glavniPin, bus) {
}
2022-05-15 21:55:03 +00:00
@connection (mem.glavniPin, bus) {
2022-05-15 14:13:29 +00:00
}
2022-04-24 20:21:45 +00:00
}