diff --git a/uvm_sim/README.md b/uvm_sim/README.md new file mode 100644 index 0000000..c498719 --- /dev/null +++ b/uvm_sim/README.md @@ -0,0 +1,11 @@ +### Recirculation MUX RTL implementation + +- solution for data bus synchronization +- uses a toggle pulse synchronizer to transmit a pulse across clock domains +- pulses controls the sampling of the data bus on the receiving (sink) domain + +- Link to the playground : https://www.edaplayground.com/x/Bxz6 +- Make sure that "Use run.do Tcl file" and "Download files after run" options remain checked +- results.zip is downloaded at the end of the execution + - contains all the SV/UVM tb files, coverage information etc... + \ No newline at end of file diff --git a/uvm_sim/result.zip b/uvm_sim/result.zip new file mode 100644 index 0000000..a1b3129 Binary files /dev/null and b/uvm_sim/result.zip differ