This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* PicoSoC - A simple example SoC using PicoRV32 | |
* | |
* Copyright (C) 2017 Clifford Wolf <[email protected]> | |
* 2018 Gregory Davill <[email protected]> | |
* | |
* Permission to use, copy, modify, and/or distribute this software for any | |
* purpose with or without fee is hereby granted, provided that the above | |
* copyright notice and this permission notice appear in all copies. | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module top(); | |
wire disp_clk_en, disp_clkp_bias_en, disp_clkn_bias_en; | |
wire disp_datap_bias_en, disp_datan_bias_en; | |
wire disp_data0, disp_data1; | |
wire disp_clk_tri,disp_data_tri; | |
wire disp_reset; | |
simpleLCD slcd ( | |
.resetn( resetn), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import sys | |
import textwrap | |
# Very basic bitstream to SVF converter, tested with the ULX3S WiFi interface | |
flash_page_size = 256 | |
erase_block_size = 64*1024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
""" | |
This simple example uses PyTrellis to unpack, change the IDCODE, and pack a bitstream | |
""" | |
import pytrellis | |
pytrellis.load_database("/usr/share/trellis/database") | |
bs = pytrellis.Bitstream.read_bit("build/gateware/impl/top_impl.bit") | |
chip = bs.deserialise_chip() |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDR 0; | |
HIR 0; | |
TDR 0; | |
TIR 0; | |
ENDDR DRPAUSE; | |
ENDIR IRPAUSE; | |
STATE IDLE; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDR 0; | |
HIR 0; | |
TDR 0; | |
TIR 0; | |
ENDDR DRPAUSE; | |
ENDIR IRPAUSE; | |
STATE IDLE; | |
SIR 8 TDI (E0); | |
SDR 32 TDI (00000000) | |
TDO (41111043) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HDR 0; | |
HIR 0; | |
TDR 0; | |
TIR 0; | |
ENDDR DRPAUSE; | |
ENDIR IRPAUSE; | |
STATE IDLE; | |
SIR 8 TDI (E0); | |
SDR 32 TDI (00000000) | |
TDO (41111043) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATE RESET; | |
HDR 0; | |
HIR 0; | |
TDR 0; | |
TIR 0; | |
ENDDR DRPAUSE; | |
ENDIR IRPAUSE; | |
STATE IDLE; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ##### BEGIN GPL LICENSE BLOCK ##### | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License | |
# as published by the Free Software Foundation; either version 2 | |
# of the License, or (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 2 columns, instead of 1 in line 1.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sources for the BOM for a Luna r0.4 board. Ordered 2021-04-10, stock levels may change. | |
Learn more: https://github.com/greatscottgadgets/luna | |
DigiKey: | |
"Index","Quantity","Part Number","Manufacturer Part Number","Description","Customer Reference","Available","Backorder","Unit Price","Extended Price AUD" | |
"1","2","2073-USB1125-GF-B-ND","USB1125-GF-B","USB TYPE-A RECEPT HI-LIFE RA SHO","","2","0","0.70000","1.40" | |
"2","4","1727-7895-1-ND","74AUP2G126GS,115","IC BUFFER NON-INVERT 3.6V 8XSON","","4","0","0.84000","3.36" | |
"3","6","AP22804AW5-7DICT-ND","AP22804AW5-7","IC PWR SWITCH P-CHAN 1:1 SOT25","","6","0","0.73000","4.38" | |
"4","2","TCR2EF115LM(CTCT-ND","TCR2EF115,LM(CT","IC REG LINEAR 1.15V 200MA SMV","","2","0","0.43000","0.86" |
OlderNewer