44 read_bundle_type = RamI64x8.read.type
46 (address_chan, ready) = read_bundle_type.address.wrap(address,
True)
47 read_bundle = RamI64x8.read(AppID(
"int_reader"))
48 bundled_channels = read_bundle.unpack(address=address_chan)
49 data_chan = bundled_channels[
"data"]
50 read_data, read_valid = data_chan.unwrap(
True)
52 write_bundle_type = RamI64x8.write.type
53 write_data, _ = write_bundle_type.req.wrap({
57 write_bundle = RamI64x8.write(appid=AppID(
"int_writer"))
58 write_bundle.unpack(req=write_data)