Advertisement
Guest User

Untitled

a guest
Jul 24th, 2021
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. cell_p_dut__I->p_clk = p_clk.curr;
  3. cell_p_dut__I->p_mem__we = p_mem__we.curr;
  4. cell_p_dut__I->p_mem__wdata = p_mem__wdata.curr;
  5. cell_p_dut__I->p_mem__addr = p_mem__addr.curr;
  6. if (cell_p_dut__I->eval()) {
  7. } else {
  8. converged = false;
  9. }
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement