core/vexiiriscv: improve l2 timings

This commit is contained in:
Dolu1990 2024-09-06 16:05:34 +02:00
parent 642cfbe9a7
commit 2db93c8e78
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class VexiiRiscv(CPU):
vdir = get_data_mod("cpu", "vexiiriscv").data_location
ndir = os.path.join(vdir, "ext", "VexiiRiscv")
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "dev", "a15ea92c", args.update_repo)
NaxRiscv.git_setup("VexiiRiscv", ndir, "https://github.com/SpinalHDL/VexiiRiscv.git", "dev", "e7c9f4a3", args.update_repo)
if not args.cpu_variant:
args.cpu_variant = "standard"