OpenCores
URL https://opencores.org/ocsvn/ssbcc/ssbcc/trunk

Subversion Repositories ssbcc

[/] [ssbcc/] [trunk/] [example/] [hello_world/] [hello_world.9x8] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 sinclairrf
################################################################################
2
#
3
# Copyright 2012, Sinclair R.F., Inc.
4
#
5
# Print "Hello World" over a serial UART
6
#
7
################################################################################
8
 
9
ARCHITECTURE core/9x8 Verilog
10
 
11
INSTRUCTION             32
12
RETURN_STACK            32
13
DATA_STACK              32
14
 
15
PARAMETER G_CLK_FREQ_HZ 100_000_000
16
 
17
PORTCOMMENT     UART_Tx port
18
PERIPHERAL      UART_Tx outport=O_UART_TX \
19 14 sinclairrf
                        outstatus=I_UART_TX_BUSY \
20 2 sinclairrf
                        baudmethod=G_CLK_FREQ_HZ/115200
21
 
22
ASSEMBLY hello_world.s

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.