Bug 456

Summary: [soc.git] Integrate generating decoder source code with setup.py install process
Product: Libre-SOC's first SoC Reporter: Jacob Lifshay <programmerjake>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: CONFIRMED ---    
Severity: enhancement CC: libre-soc-bugs, programmerjake
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
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:

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.