commonbreed

Results 12 comments of commonbreed

SORRY: This is a duplicate... looks like it still needs solving in the Makefile, though!

:) Some legacy stuff, including still-licensed IP cores use OVM. I acknowledge many of the issues overlap with UVM enablement. I guess it's up to you then if you want...

What's stopping {"true", "on", etc.} -> 1 (char), {"false", "off", etc.} -> 0 (char) ?

@wsnyder I'm very interested in understanding what still needs to be accomplished here. I'm currently running the Git master HEAD: ``` Verilator 4.227 devel rev v4.226-17-g45d622e4 ``` I have cloned...

I'm trying to have a stab at this and decipher the API of Verilator. (It would be awesome if there was a little more docs for internal, but I know...

Hi, I've made good progress with this. The following sample (the original sample augmented with a should-fail test): ``` class Cls; bit [3:0] addr; function void set(bit [3:0] addr); begin...

To add fuel to this, Verilator 4.106 has a bug which results in: ``` /usr/share/verilator/include/verilated.cpp: In function ‘IData VL_FGETS_NI(std::string&, IData)’: /usr/share/verilator/include/verilated.cpp:1303:36: error: ‘numeric_limits’ is not a member of ‘std’ 1303...

Hi, @ardbiesheuvel, I'm fairly new to EDK2 so apologies if there are some daft questions. I'm also coming at this from an Arm background instead of an Intel one. I'm...

Thanks, points 1 & 2 understood. > If you do use the driver module, the driver core will only call into the driver if the current boot path is a...

Haha, that's an unfortunate coincidence, however I do believe this was happening with other names as well. I will check later today.