chore(bus): refactor bus.zig

This commit is contained in:
2022-01-07 19:49:58 -04:00
parent f8c6af3247
commit 910745f442
10 changed files with 161 additions and 163 deletions

View File

@@ -3,7 +3,7 @@ const util = @import("util.zig");
const bitfield = @import("bitfield");
const BarrelShifter = @import("cpu/barrel_shifter.zig");
const Bus = @import("bus.zig").Bus;
const Bus = @import("Bus.zig");
const Scheduler = @import("scheduler.zig").Scheduler;
const Bitfield = bitfield.Bitfield;