René's URL Explorer Experiment


Title: can't build: `ValueError: Cannot extract CSR name from code, need to specify.` · Issue #29 · orbcode/orbtrace · GitHub

Open Graph Title: can't build: `ValueError: Cannot extract CSR name from code, need to specify.` · Issue #29 · orbcode/orbtrace

X Title: can't build: `ValueError: Cannot extract CSR name from code, need to specify.` · Issue #29 · orbcode/orbtrace

Description: Hi, I tried to follow the readme, but gateware build failed. Please see stdout below: pdm install INFO: The saved Python interpreter does not exist or broken. Trying to find another one. WARNING: Project requires a python version of >=3....

Open Graph Description: Hi, I tried to follow the readme, but gateware build failed. Please see stdout below: pdm install INFO: The saved Python interpreter does not exist or broken. Trying to find another one. WARNING: P...

X Description: Hi, I tried to follow the readme, but gateware build failed. Please see stdout below: pdm install INFO: The saved Python interpreter does not exist or broken. Trying to find another one. WARNING: P...

Opengraph URL: https://github.com/orbcode/orbtrace/issues/29

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"can't build: `ValueError: Cannot extract CSR name from code, need to specify.`","articleBody":"Hi,\nI tried to follow the readme, but gateware build failed. Please see stdout below:\n\n\u003cdetails\u003e\n\n\u003csummary\u003epdm install\u003c/summary\u003e\n\n```\nINFO: The saved Python interpreter does not exist or broken. Trying to find another one.\nWARNING: Project requires a python version of \u003e=3.10, The virtualenv is being created for you as it cannot be matched to the right version.\nINFO: python.use_venv is on, creating a virtualenv for this project...\nVirtualenv is created successfully at /home/user/Downloads/orbtrace/.venv\nSynchronizing working set with resolved packages: 32 to add, 0 to update, 0 to remove\n\n  ✔ Install iniconfig 2.0.0 successful\n  ✔ Install litehyperbus 0.0.0 successful\n  ✔ Install idna 3.10 successful\n  ✔ Install litespi 0.0.0 successful\n  ✔ Install pluggy 1.5.0 successful\n  ✔ Install colorama 0.4.6 successful\n  ✔ Install packaging 24.2 successful\n  ✔ Install construct 2.10.70 successful\n  ✔ Install certifi 2025.1.31 successful\n  ✔ Install pyvcd 0.4.1 successful\n  ✔ Install jinja2 3.1.5 successful\n  ✔ Install pyusb 1.3.1 successful\n  ✔ Install cobs 1.2.2 successful\n  ✔ Install jschon 0.11.1 successful\n  ✔ Install amaranth 0.5.4 successful\n  ✔ Install requests 2.32.3 successful\n  ✔ Install pyserial 3.5 successful\n  ✔ Install libusb1 3.2.0 successful\n  ✔ Install rfc3986 2.0.0 successful\n  ✔ Install usb-protocol 0.9.1 successful\n  ✔ Install migen 0.9.2 successful\n  ✔ Install pytest 9.0.2 successful\n  ✔ Install luna-usb 0.2.0 successful\n  ✔ Install urllib3 2.3.0 successful\n  ✔ Install litex-boards 0.0.0 successful\n  ✔ Install markupsafe 3.0.2 successful\n  ✔ Install pygments 2.19.2 successful\n  ✔ Install charset-normalizer 3.4.1 successful\n  ✔ Install litex 2023.12 successful\n  ✔ Install pythondata-cpu-vexriscv 1.0.1.post407 successful\n  ✔ Install pythondata-software-compiler-rt 0.0.post6206 successful\n  ✔ Install pythondata-software-picolibc 1.7.9.post181 successful\n  ✔ Install orbtrace 1.4.4.dev1+gca2149e.d20251226 successful\n\n  0:00:03 🎉 All complete! 32/32\n```\n\u003c/details\u003e\n\n`source .venv/bin/activate.fish`\n\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003epdm run orbtrace_builder --platform orbtrace_mini --build\u003c/summary\u003e\n\n```\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/integration/export.py:100: SyntaxWarning: invalid escape sequence '\\d'\n  version = float(re.findall(\"\\d+\\.\\d+\", l)[-1])\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/cva6/core.py:47: SyntaxWarning: invalid escape sequence '\\$'\n  res = re.search('\\$\\{(CVA6_REPO_DIR|LX_CVA6_CORE_DIR)\\}/(.+)', l)\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/cva6/core.py:53: SyntaxWarning: invalid escape sequence '\\+'\n  if re.match('\\+incdir\\+', l):\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/openc906/core.py:64: SyntaxWarning: invalid escape sequence '\\$'\n  res = re.search('\\$\\{CODE_BASE_PATH\\}/(.+)', l)\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/openc906/core.py:66: SyntaxWarning: invalid escape sequence '\\+'\n  if re.match('\\+incdir\\+', l):\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/cv32e41p/core.py:67: SyntaxWarning: invalid escape sequence '\\$'\n  res = re.search('\\$\\{DESIGN_RTL_DIR\\}/(.+)', l)\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/cv32e41p/core.py:69: SyntaxWarning: invalid escape sequence '\\+'\n  if re.match('\\+incdir\\+', l):\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/cv32e40p/core.py:80: SyntaxWarning: invalid escape sequence '\\$'\n  res = re.search('\\$\\{DESIGN_RTL_DIR\\}/(.+)', l)\n/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/cores/cpu/cv32e40p/core.py:82: SyntaxWarning: invalid escape sequence '\\+'\n  if re.match('\\+incdir\\+', l):\nINFO:SoC:        __   _ __      _  __  \nINFO:SoC:       / /  (_) /____ | |/_/  \nINFO:SoC:      / /__/ / __/ -_)\u003e  \u003c    \nINFO:SoC:     /____/_/\\__/\\__/_/|_|  \nINFO:SoC:  Build your hardware, easily!\nINFO:SoC:--------------------------------------------------------------------------------\nINFO:SoC:Creating SoC... (2025-12-26 23:58:06)\nINFO:SoC:--------------------------------------------------------------------------------\nINFO:SoC:FPGA device : LFE5U-25F-8BG256C.\nINFO:SoC:System clock: 75.000MHz.\nINFO:SoCBusHandler:Creating Bus Handler...\nINFO:SoCBusHandler:32-bit wishbone Bus, 4.0GiB Address Space.\nINFO:SoCBusHandler:Adding reserved Bus Regions...\nINFO:SoCBusHandler:Bus Handler created.\nINFO:SoCCSRHandler:Creating CSR Handler...\nINFO:SoCCSRHandler:32-bit CSR Bus, 32-bit Aligned, 16.0KiB Address Space, 2048B Paging, big Ordering (Up to 32 Locations).\nINFO:SoCCSRHandler:Adding reserved CSRs...\nINFO:SoCCSRHandler:CSR Handler created.\nINFO:SoCIRQHandler:Creating IRQ Handler...\nINFO:SoCIRQHandler:IRQ Handler (up to 32 Locations).\nINFO:SoCIRQHandler:Adding reserved IRQs...\nINFO:SoCIRQHandler:IRQ Handler created.\nINFO:SoC:--------------------------------------------------------------------------------\nINFO:SoC:Initial SoC:\nINFO:SoC:--------------------------------------------------------------------------------\nINFO:SoC:32-bit wishbone Bus, 4.0GiB Address Space.\nINFO:SoC:32-bit CSR Bus, 32-bit Aligned, 16.0KiB Address Space, 2048B Paging, big Ordering (Up to 32 Locations).\nINFO:SoC:IRQ Handler (up to 32 Locations).\nINFO:SoC:--------------------------------------------------------------------------------\nINFO:SoC:Controller ctrl added.\nTraceback (most recent call last):\n  File \"/home/user/Downloads/orbtrace/.venv/bin/orbtrace_builder\", line 8, in \u003cmodule\u003e\n    sys.exit(main())\n             ~~~~^^\n  File \"/home/user/Downloads/orbtrace/orbtrace_builder.py\", line 78, in main\n    soc = OrbSoC(\n        platform = platform,\n    ...\u003c11 lines\u003e...\n        **soc_core_argdict(args)\n    )\n  File \"/home/user/Downloads/orbtrace/orbtrace/soc.py\", line 51, in __init__\n    SoCCore.__init__(self, platform, sys_clk_freq,\n    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n        ident          = 'LiteX SoC for Orbtrace',\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n        **kwargs)\n        ^^^^^^^^^\n  File \"/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/integration/soc_core.py\", line 208, in __init__\n    self.add_controller(\"ctrl\")\n    ~~~~~~~~~~~~~~~~~~~^^^^^^^^\n  File \"/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/integration/soc.py\", line 992, in add_controller\n    self.add_module(name=name, module=SoCController(**kwargs))\n                                      ~~~~~~~~~~~~~^^^^^^^^^^\n  File \"/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/integration/soc.py\", line 831, in __init__\n    self._reset = CSRStorage(fields=[\n                  ~~~~~~~~~~^^^^^^^^^\n        CSRField(\"soc_rst\", size=1, offset=0, pulse=True, description=\"\"\"Write `1` to this register to reset the full SoC (Pulse Reset)\"\"\"),\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n        CSRField(\"cpu_rst\", size=1, offset=1,             description=\"\"\"Write `1` to this register to reset the CPU(s) of the SoC (Hold Reset)\"\"\"),\n        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n    ])\n    ^^\n  File \"/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/interconnect/csr.py\", line 388, in __init__\n    _CompoundCSR.__init__(self, size, name, n)\n    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^\n  File \"/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/interconnect/csr.py\", line 136, in __init__\n    _CSRBase.__init__(self, size, name, n)\n    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^\n  File \"/home/user/Downloads/orbtrace/.venv/lib/python3.13/site-packages/litex/soc/interconnect/csr.py\", line 53, in __init__\n    raise ValueError(\"Cannot extract CSR name from code, need to specify.\")\nValueError: Cannot extract CSR name from code, need to specify.\n```\n\u003c/details\u003e\n\nMaybe something changed in litex?","author":{"url":"https://github.com/diggit","@type":"Person","name":"diggit"},"datePublished":"2025-12-26T23:04:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/29/orbtrace/issues/29"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1a9e33bb-6854-c0c8-1ec4-5ea390dcbce6
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id912C:2E5AE:10707FA:17459DF:6978C1DD
html-safe-nonceb01e3857b80fa61d93a3095d287f1cd2f8e9178e6c9d71a77c2ccbb236ac9b34
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MTJDOjJFNUFFOjEwNzA3RkE6MTc0NTlERjo2OTc4QzFERCIsInZpc2l0b3JfaWQiOiI1ODcwMzQyNDg5OTg1NTY1MTQ5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac935792f685e190901d8115b43f5aadfded2a153ff9cac05e2028da43db7fd7da
hovercard-subject-tagissue:3764107086
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/orbcode/orbtrace/29/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fd09b2d1567902ab538a96af13281a9a8d12eaae4033b618a256dc03f3b4561b/orbcode/orbtrace/issues/29
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fd09b2d1567902ab538a96af13281a9a8d12eaae4033b618a256dc03f3b4561b/orbcode/orbtrace/issues/29
og:image:altHi, I tried to follow the readme, but gateware build failed. Please see stdout below: pdm install INFO: The saved Python interpreter does not exist or broken. Trying to find another one. WARNING: P...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamediggit
hostnamegithub.com
expected-hostnamegithub.com
None2981c597c945c1d90ac6fa355ce7929b2f413dfe7872ca5c435ee53a24a1de50
turbo-cache-controlno-preview
go-importgithub.com/orbcode/orbtrace git https://github.com/orbcode/orbtrace.git
octolytics-dimension-user_id36845956
octolytics-dimension-user_loginorbcode
octolytics-dimension-repository_id347476902
octolytics-dimension-repository_nwoorbcode/orbtrace
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id347476902
octolytics-dimension-repository_network_root_nwoorbcode/orbtrace
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9520342ca7ead2f1a011aa96eaff82fc054a4970
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/orbcode/orbtrace/issues/29#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Forbcode%2Forbtrace%2Fissues%2F29
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Forbcode%2Forbtrace%2Fissues%2F29
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=orbcode%2Forbtrace
Reloadhttps://patch-diff.githubusercontent.com/orbcode/orbtrace/issues/29
Reloadhttps://patch-diff.githubusercontent.com/orbcode/orbtrace/issues/29
Reloadhttps://patch-diff.githubusercontent.com/orbcode/orbtrace/issues/29
orbcode https://patch-diff.githubusercontent.com/orbcode
orbtracehttps://patch-diff.githubusercontent.com/orbcode/orbtrace
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Forbcode%2Forbtrace
Fork 25 https://patch-diff.githubusercontent.com/login?return_to=%2Forbcode%2Forbtrace
Star 168 https://patch-diff.githubusercontent.com/login?return_to=%2Forbcode%2Forbtrace
Code https://patch-diff.githubusercontent.com/orbcode/orbtrace
Issues 6 https://patch-diff.githubusercontent.com/orbcode/orbtrace/issues
Pull requests 1 https://patch-diff.githubusercontent.com/orbcode/orbtrace/pulls
Actions https://patch-diff.githubusercontent.com/orbcode/orbtrace/actions
Projects 0 https://patch-diff.githubusercontent.com/orbcode/orbtrace/projects
Security 0 https://patch-diff.githubusercontent.com/orbcode/orbtrace/security
Insights https://patch-diff.githubusercontent.com/orbcode/orbtrace/pulse
Code https://patch-diff.githubusercontent.com/orbcode/orbtrace
Issues https://patch-diff.githubusercontent.com/orbcode/orbtrace/issues
Pull requests https://patch-diff.githubusercontent.com/orbcode/orbtrace/pulls
Actions https://patch-diff.githubusercontent.com/orbcode/orbtrace/actions
Projects https://patch-diff.githubusercontent.com/orbcode/orbtrace/projects
Security https://patch-diff.githubusercontent.com/orbcode/orbtrace/security
Insights https://patch-diff.githubusercontent.com/orbcode/orbtrace/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/orbcode/orbtrace/issues/29
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/orbcode/orbtrace/issues/29
can't build: ValueError: Cannot extract CSR name from code, need to specify.https://patch-diff.githubusercontent.com/orbcode/orbtrace/issues/29#top
https://github.com/diggit
https://github.com/diggit
diggithttps://github.com/diggit
on Dec 26, 2025https://github.com/orbcode/orbtrace/issues/29#issue-3764107086
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.