Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

started tinyfpga_bx.pcf #61

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

started tinyfpga_bx.pcf #61

wants to merge 10 commits into from

Commits on Sep 2, 2021

  1. started tinyfpga_bx.pcf

    develone committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d3903a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. initial tests

    develone committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1335608 View commit details
    Browse the repository at this point in the history
  2. testing

    develone committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    4a077ad View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. fusesoc run --target=catzip servant

    icetime -d hx8k -c 40 servant_1.1.0_next.asc
    // Reading input .asc file..
    // Reading 8k chipdb file..
    // Creating timing netlist..
    // Timing estimate: 12.22 ns (81.84 MHz)
    // Checking 25.00 ns (40.00 MHz) clock constraint: PASSED.
    **
    
    less ../src/servant-catzip_pll_1.1.0/pll.vh
    
     * PLL configuration
     *
     * This Verilog header file was generated automatically
     * using the icepll tool from the IceStorm project.
     * It is intended for use with FPGA primitives SB_PLL40_CORE,
     * SB_PLL40_PAD, SB_PLL40_2_PAD, SB_PLL40_2F_CORE or SB_PLL40_2F_PAD.
     * Use at your own risk.
     *
     * Given input frequency:       100.000 MHz
     * Requested output frequency:   40.000 MHz
     * Achieved output frequency:    40.000 MHz
     */
    
    .FEEDBACK_PATH("SIMPLE"),
    .DIVR(4'b0100),         // DIVR =  4
    .DIVF(7'b0011111),      // DIVF = 31
    .DIVQ(3'b100),          // DIVQ =  4
    .FILTER_RANGE(3'b010)   // FILTER_RANGE = 2
    
    Info: Program finished normally.
    icepack servant_1.1.0_next.asc servant_1.1.0.bin
    INFO: Running
    develone committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    8df74ea View commit details
    Browse the repository at this point in the history
  2. not needed

    fusesoc run --target=catzip servant
    from next.log
    Info: Annotating ports with timing budgets for target frequency 40.00 MHz
    Info: Max frequency for clock 'wb_clk_$glb_clk': 72.77 MHz (PASS at 40.00 MHz)
    Info: Program finished normally.
    icepack servant_1.1.0_next.asc servant_1.1.0.bin
    develone committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d767e86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aff2b5 View commit details
    Browse the repository at this point in the history
  4. adding

    description : Catboard iCE40HX8K package CT256 FPGA board
    develone committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    0df5aea View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. initial documentation.

    develone committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    546cda6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. adding 3 leds

    develone committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    21fe787 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    ca60b0a View commit details
    Browse the repository at this point in the history