Bug 456 - [soc.git] Integrate generating decoder source code with setup.py install process
Summary: [soc.git] Integrate generating decoder source code with setup.py install process
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2020-08-13 23:34 BST by Jacob Lifshay
Modified: 2020-08-13 23:34 BST (History)
2 users (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Lifshay 2020-08-13 23:34:52 BST
Instead of having to run a Makefile or other custom steps after running `setup.py install/develop`, we should integrate running src/soc/decoder/pseudo/pywriter.py into `setup.py build`, which is run automatically at the appropriate times.