configure: fix relative path
diff --git a/configure.py b/configure.py
index 107ab27..ff5d954 100755
--- a/configure.py
+++ b/configure.py
@@ -79,7 +79,7 @@
         with open(os.path.join('verilog/rtl', "wokwi_diagram.json"), 'wb') as fh:
             fh.write(r.content)
 
-        return [filename, 'cells.v']
+        return [f'verilog/rtl/{filename}', 'verilog/rtl/cells.v']
 
     # else it's HDL, so check source files
     else: