stfarley
                                            stfarley
                                        
                                    Just wondering if there was any luck getting the standard libraries to compile.
[comp_run.txt](https://github.com/ghdl/ghdl/files/12820839/comp_run.txt) Sorry about that. I thought I had added it to the zip. (added the .txt ext so I could upload it.
I am using the current version from the "master" branch. the latest tag is v2023.03.21 git describe v1.5.1-215-g6953b15
With this TC and Code build I get a different error now. (LLVM and GCC works properly) The UVVM libraries are compiled with the GHDL scripts. /projects/uvvm/UVVM_ALL/bitvis_vip_scoreboard/src/generic_sb_pkg.vhd:546:14:error: type of variable...
OK Thanks, I didn't dig any deeper when I saw it didn't happen with LLVM of GCC. Best if I log these with the UVVM team?
This is fixed in UVVM 2024.03.08
Hi Jim, I am developing an AXI4 master that is looking after burst management in hardware. It is not terribly complex so I can manage with what is there. I...