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