2022-04-12 22:25:21 +00:00
|
|
|
@source "frisc_library.csl"
|
|
|
|
|
|
|
|
@schema {
|
2022-05-19 22:44:40 +00:00
|
|
|
@instance proc FRISC {
|
|
|
|
@position (0, 0)
|
|
|
|
@attribute _memory null
|
|
|
|
}
|
2022-04-12 22:25:21 +00:00
|
|
|
|
2022-05-19 22:44:40 +00:00
|
|
|
@instance mem Memorija {
|
|
|
|
@position (0, 250)
|
|
|
|
@attribute sinkroniziran false
|
|
|
|
@attribute brzina 1
|
|
|
|
@attribute kapacitet 1024
|
|
|
|
@attribute size 8
|
|
|
|
@attribute pocetnaAdresa 1024
|
|
|
|
}
|
2022-04-12 22:25:21 +00:00
|
|
|
|
2022-05-19 22:44:40 +00:00
|
|
|
@instance bus glavnaSabirnica {
|
|
|
|
@position (0, 200)
|
|
|
|
@size 100
|
|
|
|
}
|
2022-04-12 22:25:21 +00:00
|
|
|
|
2022-05-19 22:44:40 +00:00
|
|
|
@connection (proc.glavniPin, bus) {
|
|
|
|
}
|
|
|
|
@connection (mem.glavniPin, bus) {
|
|
|
|
}
|
|
|
|
}
|