55 lines
1.0 KiB
Plaintext
55 lines
1.0 KiB
Plaintext
|
@source "frisc_library.csl"
|
||
|
|
||
|
@schema {
|
||
|
@instance proc FRISC {
|
||
|
@position (0, 0)
|
||
|
}
|
||
|
|
||
|
@instance mem Memorija {
|
||
|
@position (0, 250)
|
||
|
@attribute kapacitet 1024
|
||
|
@attribute size 8
|
||
|
@attribute pocetnaAdresa 1023
|
||
|
}
|
||
|
|
||
|
@instance bus glavnaSabirnica {
|
||
|
@position (0, 200)
|
||
|
@size 100
|
||
|
}
|
||
|
|
||
|
@wire wire_001 {
|
||
|
@position (50, 116)
|
||
|
@display {
|
||
|
/*
|
||
|
line {
|
||
|
color: blue;
|
||
|
points: 100;
|
||
|
}*/
|
||
|
line {
|
||
|
x1: 0; y1: 0; x2: 0; y2: 84;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@wire wire_002 {
|
||
|
@position (50, 220)
|
||
|
@display {
|
||
|
/*
|
||
|
line {
|
||
|
color: blue;
|
||
|
points: 100;
|
||
|
}*/
|
||
|
line {
|
||
|
x1: 0; y1: 0; x2: 0; y2: 14;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@connection (proc.glavniPin, bus) {
|
||
|
@wire wire_001
|
||
|
}
|
||
|
|
||
|
@connection (mem.glavniPin, bus) {
|
||
|
@wire wire_002
|
||
|
}
|
||
|
}
|