switch to using fayalite version of checked_vcd_output instead of cpu::util

This commit is contained in:
Jacob Lifshay 2026-06-17 18:22:33 -07:00
parent ebd69089c5
commit 6ee0d4265c
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
4 changed files with 6 additions and 155 deletions

View file

@ -2,7 +2,6 @@
// See Notices.txt for copyright information
use cpu::{
checked_vcd_output,
config::{
CpuConfig, CpuConfigFetchWidth, CpuConfigMaxUnitMaxInFlight, PhantomConstCpuConfig,
UnitConfig,
@ -29,6 +28,7 @@ use cpu::{
};
use fayalite::{
bundle::BundleType,
checked_vcd_output,
module::instance_with_loc,
prelude::*,
ty::{OpaqueSimValue, StaticType},