commit | 08b583925be707bf931ea26a1c0adcc0fe8a850f | [log] [tgz] |
---|---|---|
author | Girish Gowdra <girish@opennetworking.org> | Mon Jan 31 16:59:24 2022 -0800 |
committer | Girish Gowdra <girish@opennetworking.org> | Wed Feb 02 10:22:18 2022 -0800 |
tree | a1c30db038517794bac71eb4bad07ac6a5531f54 | |
parent | 908a1f536f17bdfb9045e67ef011dac957aaee2a [diff] |
Fix the storage of TCONT in bbsim. The TCONTs should be referenced by EntityID and not AllocID. The AllocID is 0xff or 0xffff during reset so we can't find its reference in the map. However the EntityID is always passed correctly to reference the TCONT. Change-Id: If47852c3d8d513e36f334ecbbbd37186399bf940
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.