Compare commits

...

2 Commits

Author SHA1 Message Date
Christopher RYU
83f64eddc5 Use netclasses for uniformity. 2023-08-26 18:09:45 +09:00
Christopher RYU
c155501112 Checkpoint. 2023-08-26 16:50:52 +09:00
14 changed files with 5333 additions and 5352 deletions

File diff suppressed because it is too large Load Diff

View File

@ -430,6 +430,40 @@
"via_diameter": 0.8, "via_diameter": 0.8,
"via_drill": 0.4, "via_drill": 0.4,
"wire_width": 6 "wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.1778,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Logic signal",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2032,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.1778,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.762,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6
} }
], ],
"meta": { "meta": {
@ -437,7 +471,40 @@
}, },
"net_colors": null, "net_colors": null,
"netclass_assignments": null, "netclass_assignments": null,
"netclass_patterns": [] "netclass_patterns": [
{
"netclass": "Logic signal",
"pattern": "Q*"
},
{
"netclass": "Logic signal",
"pattern": "[AD][0-8]"
},
{
"netclass": "Logic signal",
"pattern": "CLOCK_[01]"
},
{
"netclass": "Logic signal",
"pattern": "Net-(U*"
},
{
"netclass": "Logic signal",
"pattern": "R*"
},
{
"netclass": "Logic signal",
"pattern": "FLOPPY*"
},
{
"netclass": "Power",
"pattern": "+5V"
},
{
"netclass": "Power",
"pattern": "+12V"
}
]
}, },
"pcbnew": { "pcbnew": {
"last_paths": { "last_paths": {
@ -474,6 +541,14 @@
"version": 1 "version": 1
}, },
"net_format_name": "", "net_format_name": "",
"ngspice": {
"fix_include_paths": true,
"meta": {
"version": 0
},
"model_mode": 0,
"workbook_filename": ""
},
"page_layout_descr_file": "", "page_layout_descr_file": "",
"plot_directory": "", "plot_directory": "",
"spice_current_sheet_as_root": false, "spice_current_sheet_as_root": false,

View File

@ -5,9 +5,9 @@
(paper "A3") (paper "A3")
(title_block (title_block
(title "MicroSci Floppy Controller (clock generation circuits)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

View File

@ -5,9 +5,9 @@
(paper "A5" portrait) (paper "A5" portrait)
(title_block (title_block
(title "MicroSci Floppy Controller (Apple bus interface)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

@ -5,9 +5,9 @@
(paper "A4") (paper "A4")
(title_block (title_block
(title "MicroSci Floppy Controller (clock generation circuits)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

@ -5,9 +5,9 @@
(paper "A4") (paper "A4")
(title_block (title_block
(title "MicroSci Floppy Controller (decoupling / unused gates)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

@ -5,9 +5,9 @@
(paper "A4") (paper "A4")
(title_block (title_block
(title "MicroSci Floppy Controller (drive control registers)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

@ -5,9 +5,9 @@
(paper "A5") (paper "A5")
(title_block (title_block
(title "MicroSci Floppy Controller (firmware)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

@ -5,9 +5,9 @@
(paper "A4") (paper "A4")
(title_block (title_block
(title "MicroSci Floppy Controller (floppy drive connectors)") (title "Weyoun")
(date "2023-08-25") (date "2023-08-25")
(rev "0.3") (rev "3")
(company "RyuCats") (company "RyuCats")
) )

View File

@ -4,6 +4,11 @@
(paper "A4") (paper "A4")
(title_block
(title "Weyoun")
(rev "3")
)
(lib_symbols (lib_symbols
(symbol "74xx:74LS02" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) (symbol "74xx:74LS02" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at 0 1.27 0) (property "Reference" "U" (at 0 1.27 0)

View File

@ -4,6 +4,11 @@
(paper "A4") (paper "A4")
(title_block
(title "Weyoun")
(rev "3")
)
(lib_symbols (lib_symbols
(symbol "74xx:74LS00" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) (symbol "74xx:74LS00" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at 0 1.27 0) (property "Reference" "U" (at 0 1.27 0)

View File

@ -4,6 +4,11 @@
(paper "A5") (paper "A5")
(title_block
(title "Weyoun")
(rev "3")
)
(lib_symbols (lib_symbols
(symbol "74xx:74LS74" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) (symbol "74xx:74LS74" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at -7.62 8.89 0) (property "Reference" "U" (at -7.62 8.89 0)

View File

@ -4,6 +4,11 @@
(paper "A4") (paper "A4")
(title_block
(title "Weyoun")
(rev "3")
)
(lib_symbols (lib_symbols
(symbol "74xx:74LS00" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) (symbol "74xx:74LS00" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
(property "Reference" "U" (at 0 1.27 0) (property "Reference" "U" (at 0 1.27 0)