This file contains hidden or 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
<client> Nick(nickname='earendil-bot') | |
<client> User(user='earendil', mode=0, realname='Earendil the Mariner') | |
<server> Notice(target='*', message='*** Looking up your hostname...') | |
<server> Notice(target='*', message='*** Checking Ident') | |
<server> Notice(target='*', message="*** Couldn't look up your hostname") | |
<server> Notice(target='*', message='*** No Ident response') | |
<server> Welcome(target='earendil-bot', message='Welcome to the freenode Internet Relay Chat Network earendil-bot') | |
<client> ChannelJoin(channels=['#moosesocks'], keys=None) | |
<server> YourHost(target='earendil-bot', message='Your host is leguin.freenode.net[2001:6b0:e:2a18::119/6667], running version ircd-seven-1.1.9') | |
<server> Created(target='earendil-bot', message='This server was created Wed Feb 19 2020 at 12:18:38 UTC') |
This file contains hidden or 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
# This file is generated. Make sure you are editing the right source! | |
# Earendil IRC Protocol Specification, version 0.0 | |
import attr | |
class IrcParseError(Exception): | |
pass | |
This file contains hidden or 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 reservoir_node_000(input enable, | |
input [99:0] r [99:0], | |
input [15:0] u [99:0], | |
output out); | |
wire value = u[ 40][ 5] & ~u[ 16][ 6] & ~u[ 40][ 7] | |
| u[ 40][ 5] & ~r[ 51][ 25] & ~r[ 95][ 94] & ~u[ 16][ 6] | |
| ~r[ 51][ 25] & ~r[ 46][ 45] & ~r[ 95][ 94] & ~u[ 16][ 6] & ~u[ 40][ 7]; | |
assign out = enable ? value : 1'b0; | |
endmodule |
This file contains hidden or 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 reservoir_node_0(input enable, | |
input [0:99] r, | |
input [0:15] u, | |
output out); | |
wire value = r[18] & r[72] | |
| r[18] & ~u[13] | |
| r[72] & ~u[13] | |
| r[18] & ~r[92] & ~u[15] | |
| r[18] & ~r[92] & ~u[8] | |
| r[18] & ~u[15] & ~u[8] |
This file contains hidden or 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
#include <stdbool.h> | |
#include <stdio.h> | |
#include <stdint.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include "font.h" | |
__sfr __at 0x50 ioLED; |
This file contains hidden or 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 vga_demo(/*AUTOARG*/); | |
input clk50m; | |
input reset_n; | |
output hsync_n; | |
output vsync_n; | |
output data_enable; | |
output pixel_clk; | |
output [7:0] r; | |
output [7:0] g; |
This file contains hidden or 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
#include <stdbool.h> | |
#include <stdio.h> | |
#include <stdint.h> | |
#include <stdlib.h> | |
__sfr __at 0x00 ioLED; | |
__sfr __at 0x10 ioID0; | |
__sfr __at 0x11 ioID1; | |
__sfr __at 0x12 ioID2; |
This file contains hidden or 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 tv80_avalon_master(/*AUTOARG*/); | |
parameter width = 16; | |
// clock and reset | |
input clk; | |
input reset_n; | |
// avalon master signals | |
output [width-1:0] address; | |
output reg read_n; |
This file contains hidden or 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
#include <stdbool.h> | |
#include <stdio.h> | |
#include <stdint.h> | |
#include <stdlib.h> | |
__sfr __at 0x00 ioLED; | |
__sfr __at 0x10 ioID0; | |
__sfr __at 0x11 ioID1; | |
__sfr __at 0x12 ioID2; |
This file contains hidden or 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
#include <stdbool.h> | |
#include <stdint.h> | |
__sfr __at 0x00 ioLED; | |
__sfr __at 0x10 ioID0; | |
__sfr __at 0x11 ioID1; | |
__sfr __at 0x12 ioID2; | |
__sfr __at 0x13 ioID3; | |
__sfr __at 0x14 ioID4; |