Skip to content

npatsiatzis/1_wire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example workflow example workflow

1_wire serial communication protocol RTL implementation

  • includes the 1_wire master and a trivial 1_wire slave
  • CoCoTB testbench for functional verification
    • $ make

Repo Structure

This is a short tabular description of the contents of each folder in the repo.

Folder Description
rtl VHDL RTL implementation files
cocotb_sim Functional Verification with CoCoTB (Python-based)
pyuvm_sim Functional Verification with pyUVM (Python impl. of UVM standard)

This is the tree view of the strcture of the repo.

.
├── rtl 
│   └── VHD files
├── cocotb_sim
│   ├── Makefile
│   └── python files
└── pyuvm_sim
    ├── Makefile
    └── python files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published