• 통큰쿠폰이벤트-통합

악보가 표출되고 점수가기록되는 전자피아노(베릴로그, 자일릭스 코드,경진대회수상작품)

*찬*
개인인증판매자스토어
최초 등록일
2017.12.25
최종 저작일
2017.11
압축파일
가격 2,000원 할인쿠폰받기
다운로드
장바구니

소개글

디지털시스템설계 과목에서 배우는 베릴로그 코드입니다.
경진대회 1등 작품이며 어려운 코드를 쓴게 아닌 학부생이라면 충분히 할만한 수준으로 하였습니다.
주제는 자동으로 악보가 표출되는 전자피아노이며 FPGA보드를 사용하여 구동할 수 있습니다.
구동이 안되거나 궁금한점이 있으면 구매문의를 통해 문의해주세요.

컴파일 실행환경

ISE Design Suite 14.7

본문내용

// 내부 신호(wire)와 레지스터(reg) 선언
parameter[15:0]reg_do= 16'd11659;
parameter[15:0]reg_re= 16'd10388;
parameter[15:0]reg_mi= 16'd18202;
parameter[15:0]reg_pa= 16'd17580;
parameter[15:0]reg_sol= 16'd15306;
parameter[15:0]reg_ra= 16'd14000;
parameter[15:0]reg_si= 16'd12148;
parameter[15:0]reg_high_do= 16'd5827;
parameter[15:0]reg_high_re= 16'd5192;
parameter[15:0]reg_high_mi= 16'd9101;
parameter[15:0]reg_high_pa= 16'd8590;
parameter[15:0]reg_high_sol= 16'd7653;
parameter[15:0]reg_high_ra= 16'd6818;
parameter[15:0]reg_high_si= 16'd6074;

reg[15:0]buzzer_counter_max;
reg[15:0]buzzer_counter;
regregBUZZER;
always @ (posedge CLK or posedge RESET)
begin
if(RESET)
buzzer_counter <= 16'd0;
else
if(buzzer_counter > buzzer_counter_max)
buzzer_counter <= 16'd0;
else
buzzer_counter <= buzzer_counter + 1;
end

압축파일 내 파일목록

test/bin2seg.v
test/dot.v
test/dot2.v
test/dot_summary.html
test/impact.xsl
test/impact_impact.xwbt
test/ipcore_dir/coregen.cgp
test/ipcore_dir/coregen.log
test/ipcore_dir/create_PLL24X2.tcl
test/ipcore_dir/edit_PLL24X2.tcl
test/ipcore_dir/PLL24X2/clk_wiz_v3_6_readme.txt
test/ipcore_dir/PLL24X2/doc/clk_wiz_v3_6_readme.txt
test/ipcore_dir/PLL24X2/doc/clk_wiz_v3_6_vinfo.html
test/ipcore_dir/PLL24X2/doc/pg065_clk_wiz.pdf
test/ipcore_dir/PLL24X2/example_design/PLL24X2_exdes.ucf
test/ipcore_dir/PLL24X2/example_design/PLL24X2_exdes.v
test/ipcore_dir/PLL24X2/example_design/PLL24X2_exdes.xdc
test/ipcore_dir/PLL24X2/implement/implement.bat
test/ipcore_dir/PLL24X2/implement/implement.sh
test/ipcore_dir/PLL24X2/implement/planAhead_ise.bat
test/ipcore_dir/PLL24X2/implement/planAhead_ise.sh
test/ipcore_dir/PLL24X2/implement/planAhead_ise.tcl
test/ipcore_dir/PLL24X2/implement/planAhead_rdn.bat
test/ipcore_dir/PLL24X2/implement/planAhead_rdn.sh
test/ipcore_dir/PLL24X2/implement/planAhead_rdn.tcl
test/ipcore_dir/PLL24X2/implement/xst.prj
test/ipcore_dir/PLL24X2/implement/xst.scr
test/ipcore_dir/PLL24X2/simulation/functional/simcmds.tcl
test/ipcore_dir/PLL24X2/simulation/functional/simulate_isim.bat
test/ipcore_dir/PLL24X2/simulation/functional/simulate_isim.sh
test/ipcore_dir/PLL24X2/simulation/functional/simulate_mti.bat
test/ipcore_dir/PLL24X2/simulation/functional/simulate_mti.do
test/ipcore_dir/PLL24X2/simulation/functional/simulate_mti.sh
test/ipcore_dir/PLL24X2/simulation/functional/simulate_ncsim.sh
test/ipcore_dir/PLL24X2/simulation/functional/simulate_vcs.sh
test/ipcore_dir/PLL24X2/simulation/functional/ucli_commands.key
test/ipcore_dir/PLL24X2/simulation/functional/vcs_session.tcl
test/ipcore_dir/PLL24X2/simulation/functional/wave.do
test/ipcore_dir/PLL24X2/simulation/functional/wave.sv
test/ipcore_dir/PLL24X2/simulation/PLL24X2_tb.v
test/ipcore_dir/PLL24X2/simulation/timing/PLL24X2_tb.v
test/ipcore_dir/PLL24X2/simulation/timing/sdf_cmd_file
test/ipcore_dir/PLL24X2/simulation/timing/simcmds.tcl
test/ipcore_dir/PLL24X2/simulation/timing/simulate_isim.sh
test/ipcore_dir/PLL24X2/simulation/timing/simulate_mti.bat
test/ipcore_dir/PLL24X2/simulation/timing/simulate_mti.do
test/ipcore_dir/PLL24X2/simulation/timing/simulate_mti.sh
test/ipcore_dir/PLL24X2/simulation/timing/simulate_ncsim.sh
test/ipcore_dir/PLL24X2/simulation/timing/simulate_vcs.sh
test/ipcore_dir/PLL24X2/simulation/timing/ucli_commands.key
test/ipcore_dir/PLL24X2/simulation/timing/vcs_session.tcl
test/ipcore_dir/PLL24X2/simulation/timing/wave.do
test/ipcore_dir/PLL24X2.asy
test/ipcore_dir/PLL24X2.gise
test/ipcore_dir/PLL24X2.ncf
test/ipcore_dir/PLL24X2.sym
test/ipcore_dir/PLL24X2.ucf
test/ipcore_dir/PLL24X2.v
test/ipcore_dir/PLL24X2.veo
test/ipcore_dir/PLL24X2.xco
test/ipcore_dir/PLL24X2.xdc
test/ipcore_dir/PLL24X2.xise
test/ipcore_dir/PLL24X2_flist.txt
test/ipcore_dir/PLL24X2_xmdf.tcl
test/ipcore_dir/tmp/customization_gui.0.106917332442.out
test/ipcore_dir/tmp/_cg/_dbg/xil_477.in
test/ipcore_dir/tmp/_cg/_dbg/xil_477.out
test/ipcore_dir/tmp/_xmsgs/pn_parser.xmsgs
test/ipcore_dir/_xmsgs/cg.xmsgs
test/ipcore_dir/_xmsgs/pn_parser.xmsgs
test/iseconfig/dot.xreport
test/iseconfig/test.projectmgr
test/iseconfig/top.xreport
test/led.v
test/note1.v
test/par_usage_statistics.html
test/test.gise
test/test.xise
test/textlcd.v
test/top.bgn
test/top.bit
test/top.bld
test/top.cmd_log
test/top.drc
test/top.lso
test/top.ncd
test/top.ngc
test/top.ngd
test/top.ngr
test/top.pad
test/top.par
test/top.pcf
test/top.prj
test/top.ptwx
test/top.syr
test/top.twr
test/top.twx
test/top.ucf
test/top.unroutes
test/top.ut
test/top.v
test/top.xpi
test/top.xst
test/top_bitgen.xwbt
test/top_envsettings.html
test/top_guide.ncd
test/top_map.map
test/top_map.mrp
test/top_map.ncd
test/top_map.ngm
test/top_map.xrpt
test/top_ngdbuild.xrpt
test/top_pad.csv
test/top_pad.txt
test/top_par.xrpt
test/top_summary.html
test/top_summary.xml
test/top_usage.xml
test/top_xst.xrpt
test/usage_statistics_webtalk.html
test/webtalk.log
test/webtalk_impact.xml
test/webtalk_pn.xml
test/xlnx_auto_0_xdb/cst.xbcd
test/xst/work/work.sdbl
test/xst/work/work.sdbx
test/_ngo/netlist.lst
test/_xmsgs/bitgen.xmsgs
test/_xmsgs/map.xmsgs
test/_xmsgs/ngdbuild.xmsgs
test/_xmsgs/par.xmsgs
test/_xmsgs/pn_parser.xmsgs
test/_xmsgs/trce.xmsgs
test/_xmsgs/xst.xmsgs

참고 자료

없음
*찬*
판매자 유형Bronze개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
최근 본 자료더보기
탑툰 이벤트
악보가 표출되고 점수가기록되는 전자피아노(베릴로그, 자일릭스 코드,경진대회수상작품)
  • 아이템매니아 이벤트
  • 유니스터디 이벤트
AI 챗봇
2024년 09월 12일 목요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
5:42 오전
문서 초안을 생성해주는 EasyAI
안녕하세요. 해피캠퍼스의 방대한 자료 중에서 선별하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 목차부터 본문내용까지 자동 생성해 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
9월 1일에 베타기간 중 사용 가능한 무료 코인 10개를 지급해 드립니다. 지금 바로 체험해 보세요.
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감
방송통신대학 관련 적절한 예)
- 국내의 사물인터넷 상용화 사례를 찾아보고, 앞으로 기업에 사물인터넷이 어떤 영향을 미칠지 기술하시오
5글자 이하 주제 부적절한 예)
- 정형외과, 아동학대