commit | 4f84c1a126073e9169f22a200a5bf555f492313f | [log] [tgz] |
---|---|---|
author | Girish Gowdra <girish@opennetworking.org> | Wed Feb 02 19:05:37 2022 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Wed Feb 02 19:05:37 2022 +0000 |
tree | ee8da4e0ff0a7d5cc4100320d9edb7c68fce28b1 | |
parent | 4a927cc4c91f4749482b029dda4dda1375bf8a03 [diff] | |
parent | 08b583925be707bf931ea26a1c0adcc0fe8a850f [diff] |
Merge "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."
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.