From c86294b1f07624eee3c3749fb877aff96413f17b Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Wed, 14 May 2025 19:55:05 +0200 Subject: bindings: Actually build cic3_pdm code --- bindings/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/setup.py') diff --git a/bindings/setup.py b/bindings/setup.py index c2f93f7..0b18130 100644 --- a/bindings/setup.py +++ b/bindings/setup.py @@ -3,7 +3,7 @@ import pybind11 import numpy import os.path -verilated_build_dir = '../verilator_lib/obj_dir/' +verilated_build_dir = './obj_dir/' ext_modules = [ Extension( -- cgit v1.2.3