tree: 63691bede49b1ee8e74506baf01401e9a0d1c10a
  1. cblock.sim.v
  2. golden.model.xml
  3. golden.pb_type.xml
  4. README.md
tests/carry/cblock/README.md

carry - cblock tests

This directory contains test for the v2x_to_model.py and v2x_to_pb_type tools. Those tests should check the following features:

Blackbox detection

  • [ ] model of the leaf pb_type is generated
  • [ ] leaf pb_type xml is generated
  • [ ] all dependency models and pb_types are included in the output files

Combinational connections

  • [ ] automatic inference of combinational connections between input and output ports

Carry chain inference

  • [ ] carry chains inference - carry chains defined on wires with carry attribute should be propagated to pb_type xml file

Timing

  • [ ] all the timing defined in Verilog should be propagated to result pb_type file