summaryrefslogtreecommitdiffstats
path: root/tests/top2049/004-hm62256dip28.test
blob: deb865c48d5ef88da7273128d303cba28d418cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

function test_init
{
	request_DUT "hm62256dip28" || return 1
	return 0
}

function test_run
{
	local args="-c hm62256dip28 -I bin -O bin"

	toprammer $args --write-ram "$testfile_32k"
	toprammer $args --read-ram "$tmpfile"
	compare_files "$testfile_32k" "$tmpfile" || die "RAM mismatch"
}
bues.ch cgit interface