File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
23
23
if args .board == 'icestick' :
24
24
prj .set_part ('hx1k-tq144' )
25
- prj .add_param ('FREQ' , '100000000 ' )
25
+ prj .add_param ('FREQ' , '12000000 ' )
26
26
prj .add_cons ('../sources/cons/icestick/clk.pcf' )
27
27
prj .add_cons ('../sources/cons/icestick/led.pcf' )
28
28
if args .board == 'edu-ciaa' :
29
- prj .set_part ('hx1k -tq144' )
30
- prj .add_param ('FREQ' , '100000000 ' )
29
+ prj .set_part ('hx4k -tq144' )
30
+ prj .add_param ('FREQ' , '12000000 ' )
31
31
prj .add_cons ('../sources/cons/edu-ciaa/clk.pcf' )
32
32
prj .add_cons ('../sources/cons/edu-ciaa/led.pcf' )
33
33
if args .board == 'orangecrab' :
Original file line number Diff line number Diff line change 1
1
{#
2
2
#
3
- # Copyright (C) 2020-2024 PyFPGA Project
3
+ # Copyright (C) 2020-2025 PyFPGA Project
4
4
#
5
5
# SPDX-License-Identifier: GPL-3.0-or-later
6
6
#
7
7
#}
8
8
9
9
set -e
10
10
11
- DOCKER="docker run --user $(id -u):$(id -g) -- rm -v $HOME:$HOME -w $PWD"
11
+ DOCKER="docker run --rm -v $HOME:$HOME -w $PWD"
12
12
13
13
{% if family == 'ecp5' %}
14
14
$DOCKER --device /dev/bus/usb hdlc/prog openocd -f /usr/share/trellis/misc/openocd/ecp5-evn.cfg -c "transport select jtag; init; svf {{ bitstream }}; exit"
You can’t perform that action at this time.
0 commit comments