Last Updated on July 2, 2017 This is a sequel to my old article about solving Sudoku. Last time, someone asked a question about using the “unique” constraint to solve Sudoku. The “unique” constraint, which was added to IEEE Std Read More …
Tag: randomize
Hidden Gems of SystemVerilog – 3. Solving Sudoku
A few people (Chris Drake, Tudor Timi, and anilraj) have already solved Sudoku using SystemVerilog. So, I am not the first one, but I can’t resist doing it because it sounds a lot of fun! I tried not to look Read More …
UVM Tutorial for Candy Lovers – 16. Register Access Methods
Last Updated on April 11, 2014 The register abstraction layer (RAL) of UVM provides several methods to access registers. This post will explain how the register-access methods work.