Skip to content

Commit

Permalink
Added assembly BOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
softerhardware committed Jul 5, 2017
1 parent b22daf6 commit f8aabde
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added hardware/hl/bom/bom.assembly.pdf
Binary file not shown.
Binary file added hardware/hl/bom/bom.assembly.xlsx
Binary file not shown.
Binary file modified hardware/hl/bom/bom.standard.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions hardware/hl/bom/mknopabom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

optionset = set(['NOSWCLK','NOREGPA','LVDS25','ETH25','ETH','VERSA',
'RXLPF','RXNPOL','TXLPF','TXPREAMP','TXLP','LED','FRONTIO',
'EXTPTT','EXTFILTER','VERSAOSC','PROGRAMMER'])
'EXTPTT','EXTFILTER','VERSAOSC','PROGRAMMER','NOASSEMBLY'])

bom = BOM.BOM("../hermeslite.xml",optionset=optionset)

pre = """\\section*{Hermes-Lite 2.0beta2 BOM}
pre = """\\section*{Hermes-Lite 2.0beta3 BOM}
No PA Build - \\today"""



bom.LaTeXPrint(pre,['Mouser','Digi-Key'])

Expand Down

0 comments on commit f8aabde

Please sign in to comment.