| Summary: | use insndb to insert correct "Form" into mdwn instruction files | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
| Component: | Specification | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | libre-soc-isa, programmerjake |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| See Also: | https://bugs.libre-soc.org/show_bug.cgi?id=1125 | ||
| 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
Luke Kenneth Casson Leighton
2023-08-06 08:34:08 BST
(In reply to Luke Kenneth Casson Leighton from comment #0) > the third subtask is to autogenerate the first section of fields.text > likely by first splitting it into fields.text and forms.text one major caveat is that the v3.1B pdf has forms without corresponding fields and/or instructions without corresponding entries in forms/fields, so those need to manually be added if we're hoping to autogenerate that whole section of the pdf. additionally, we'll need hidden fields for at least some of the unnamed bits since iirc they can be more than just /// tokens. (In reply to Jacob Lifshay from comment #1) > one major caveat is that the v3.1B pdf has forms without corresponding > fields and/or instructions without corresponding entries in forms/fields, not our problem. and i cannot say more about what v3.1D or v3.2 might look like. > so > those need to manually be added if we're hoping to autogenerate that whole > section of the pdf. no - just enough so that the ISA WG can get on with adding them in manually. if they (i mean IBM) choose to use our automated tools GREAT, they can pay their own way doing that. (In reply to Luke Kenneth Casson Leighton from comment #2) > (In reply to Jacob Lifshay from comment #1) > > so > > those need to manually be added if we're hoping to autogenerate that whole > > section of the pdf. > > no - just enough so that the ISA WG can get on with adding them in > manually. if you're also referring to the hidden fields, we'll need them too if our parser cares about the /// vs. something else distinction. |